Unused comments

Report a typo

Which kinds of comments are used in this code?

/**
 * It prints the text "Hello, Kotlin!" without quotes.
 */
fun main() {
    // println("args???")
    println("Hello, Kotlin!")
}
Select one or more options from the list
___

Create a free account to access the full topic