RosettaCodeData/Task/Comments/Go/comments.go
2023-07-01 13:44:08 -04:00

5 lines
101 B
Go

// this is a single line comment
/* this is
a multi-line
block comment.
/* It does not nest */