Fixing example code

This commit is contained in:
Andrey Breslav
2011-11-12 20:31:06 +04:00
parent c74a0a62cc
commit 2070c2201e
2 changed files with 1 additions and 2 deletions
@@ -15,5 +15,4 @@ fun main(args : Array<String>) {
// Note: \u000A is Unicode representation of linefeed (LF)
val c : Char = 0x000A .chr;
println(c);
println("a\u \u0 \u00 \u000 \u0000 \u0AaA \u0AAz.length( ) + \u0022b")
}