3 lines
76 B
Kotlin
3 lines
76 B
Kotlin
fun main(args: Array<String>) {
|
|
System.err.println("Goodbye, World!")
|
|
}
|