%import textio %address $2000 main { sub start() { txt.print("Hello!\nWorld\n") repeat { } } }