mirror of
https://github.com/sjsdfg/effective-java-3rd-chinese.git
synced 2025-01-31 06:40:51 +08:00
13 lines
201 B
Plaintext
13 lines
201 B
Plaintext
|
#
|
||
|
# foobar
|
||
|
|
||
|
----------------------------------------------------
|
||
|
|
||
|
[
|
||
|
["comment", "#"],
|
||
|
["comment", "# foobar"]
|
||
|
]
|
||
|
|
||
|
----------------------------------------------------
|
||
|
|
||
|
Checks for comments.
|