Name: Anonymous 2016-09-09 13:09
What is it?
print "Hello, World!\n"
- no, nope, that would be too lispy and too easy. Instead you will have to write:const io = @import("std").io;
pub fn main(args: [][]u8) -> %void {
%%io.stdout.printf("Hello, world!\n");
}