Every pyr program starts with a main function.
main
fn main() { println("hello world") }
$ pyr run hello-world.pyr hello world