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