RosettaCodeData/Task/Comments/C-sharp/comments.cs
2023-07-01 13:44:08 -04:00

8 lines
112 B
C#

//This is a comment.
//This is other comment.
/* This is a comment too. */
/* This is a
multi-line
comment */