More standard library operations. (#124)

This commit is contained in:
Nikolay Igotti
2016-12-08 15:44:22 +03:00
committed by GitHub
parent 3bb946e144
commit c9f2e1ca22
11 changed files with 921 additions and 25 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
// TODO: remove kotlin_native.io once overrides are in place.
fun main(args : Array<String>) {
print(readLine())
print(readLine().toString())
}