RosettaCodeData/Task/Comments/Crystal/comments.crystal
2023-07-01 13:44:08 -04:00

6 lines
264 B
Text

# currently, Crystal only supports single-line comments
# This is a doc comment. Any line *directly* above (no blank lines) a module, class, or method is considered a doc comment
# Doc comments are used to generate documentation with `crystal docs`
class Foo
end