Incorrect comments

Report a typo

Here is a program with incorrectly written comments. It does not work.

Fix the program so that it prints a single line "Yet another simple Kotlin application".

Write a program in Kotlin
fun main() {
/*
// println("Yet another simple Kotlin application")
println("Do not print this line")
}
___

Create a free account to access the full topic