The forgotten comments

Report a typo

A programmer wrote a program with lots of comments in it but forgot to add the symbols required for comments. As a result, the program does not work. You need to comment some lines in this code to compile it.

Please do not remove the existing comments!

Write a program in Kotlin
The function must be named "main"
fun main() {
println("It works!") This statement prints a text
}
___

Create a free account to access the full topic