RosettaCodeData/Task/Comments/Processing/comments

11 lines
118 B
Text
Raw Permalink Normal View History

2016-12-05 22:15:40 +01:00
// a single-line comment
/* a multi-line
comment
*/
/*
* a multi-line comment
* with some decorative stars
*/