Skip to content

Instantly share code, notes, and snippets.

@fsaintjacques
Created November 4, 2016 13:48
Show Gist options
  • Save fsaintjacques/b9296a8fed3acd2b5e52a1b6a532b5c6 to your computer and use it in GitHub Desktop.
Save fsaintjacques/b9296a8fed3acd2b5e52a1b6a532b5c6 to your computer and use it in GitHub Desktop.
const std = @import("std");
const io = std.io;
pub fn testFn() -> void {
wat
}
pub fn main(args: [][]u8) -> %void {
%%io.stderr.printf("\n");
}
const std = @import("std");
const io = std.io;
pub fn testFn() -> void {
wat
}
pub fn main(args: [][]u8) -> %void {
testFn();
%%io.stderr.printf("\n");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment