mirror of
https://github.com/XAMPPRocky/tokei.git
synced 2026-05-28 00:20:57 +02:00
16 lines
210 B
Plaintext
16 lines
210 B
Plaintext
# 15 lines 4 code 6 comments 5 blanks
|
|
|
|
# Comments start with a hash character and continue until the next newline or EOF.
|
|
x -> y
|
|
|
|
x -> y # I am at the end
|
|
|
|
'#x' -> "#y"
|
|
|
|
"""
|
|
This is a
|
|
block comment
|
|
"""
|
|
|
|
y -> z
|