Fix the program

Report a typo

You are given a program that must print the value of string, but it does not work. Please fix it.

Sample Output

Hello, Kotlin!
Write a program in Kotlin
fun main() {
val string = "Hello, World!"
string = "Hello, Kotlin!"
println(string)
}
___

Create a free account to access the full topic