RosettaCodeData/Task/Comments/Processing/comments
2016-12-05 22:15:40 +01:00

10 lines
118 B
Text

// a single-line comment
/* a multi-line
comment
*/
/*
* a multi-line comment
* with some decorative stars
*/