Fix the program

Report a typo

There is a program that prints the value of number, but somehow it does not work. Please, fix it.

Note that there are at least two ways to do it.

Sample Output

100
Write a program in Kotlin
fun main() {
val number: String = 100
println(number)
}
___

Create a free account to access the full topic