Which kinds of comments are used in this code?
/**
* It prints the text "Hello, Kotlin!" without quotes.
*/
fun main() {
// println("args???")
println("Hello, Kotlin!")
}Which kinds of comments are used in this code?
/**
* It prints the text "Hello, Kotlin!" without quotes.
*/
fun main() {
// println("args???")
println("Hello, Kotlin!")
}Create a free account to access the full topic