Skip to main content

Hello World

Source

pub fn main(world: World) -> Void raises {
check world.out.write("hello from zero\n")
}

Run

zero run hello.0

Check

zero check hello.0

Inspect Graph

zero graph --json hello.0