11 lines
118 B
Text
11 lines
118 B
Text
|
|
// a single-line comment
|
||
|
|
|
||
|
|
/* a multi-line
|
||
|
|
comment
|
||
|
|
*/
|
||
|
|
|
||
|
|
/*
|
||
|
|
* a multi-line comment
|
||
|
|
* with some decorative stars
|
||
|
|
*/
|