QuizBeginner
Comments in Swift
Swift uses // for single-line comments and /* */ for multi-line comments.
Which is the correct way to write a single-line comment in Swift?
Swift uses // for single-line comments and /* */ for multi-line comments.
Which is the correct way to write a single-line comment in Swift?