Some work for string concatenation. (#40)

This commit is contained in:
Nikolay Igotti
2016-11-07 15:58:11 +03:00
committed by GitHub
parent 451ac00087
commit f06aeef9ce
9 changed files with 68 additions and 23 deletions
@@ -0,0 +1,4 @@
// TODO: remove kotlin_native.io once overrides are in place.
fun main(args : Array<String>) {
print("you entered '" + readLine() + "'")
}