8 lines
131 B
Plaintext
8 lines
131 B
Plaintext
|
|
||
|
// Hello, this is a single line comment
|
||
|
|
||
|
/*
|
||
|
And this is a multiline comment, which is
|
||
|
useful for longer documentation
|
||
|
*/
|