%import textio %import syslib ; %zeropage basicsafe main { sub start() { txt.print("hello\n") } }