I like Kotlin

Report a typo

Write a program that prints the string "I like Kotlin" (without quotes).

Use the provided template for your solution. Do not add extra spaces in the string to be printed.

Sample Output

I like Kotlin
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