module helloworld; import std::io; fn void main() { io::printn("Hello, World!"); }