The Hello World program

Report a typo

Write a program that prints the phrase "Hello, World!" (without quotes).

Use the provided template for your solution.

Sample Output

Hello, World!
Write a program in Kotlin
fun main() {
TODO("Remove this line and write your solution here")
}
___

Create a free account to access the full topic