RosettaCodeData/Task/Comments/C-sharp/comments.cs

9 lines
112 B
C#
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
//This is a comment.
//This is other comment.
/* This is a comment too. */
/* This is a
multi-line
comment */