Files
2021-01-12 13:03:27 +01:00

6 lines
55 B
Kotlin
Vendored

package hello
fun main() {
println(0 as String)
}