Created
November 4, 2016 13:48
-
-
Save fsaintjacques/b9296a8fed3acd2b5e52a1b6a532b5c6 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const std = @import("std"); | |
const io = std.io; | |
pub fn testFn() -> void { | |
wat | |
} | |
pub fn main(args: [][]u8) -> %void { | |
%%io.stderr.printf("\n"); | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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