Various fixes for HelloWorld. (#27)
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
// TODO: remove kotlin_native.io once overrides are in place.
|
||||
fun main(args : Array<String>) {
|
||||
kotlin_native.io.print(kotlin_native.io.readLine())
|
||||
}
|
||||
Reference in New Issue
Block a user