Skip to content

Instantly share code, notes, and snippets.

@emekoi
Created July 26, 2019 19:15
Show Gist options
  • Save emekoi/f639627520d17c58e15de22f1eee8370 to your computer and use it in GitHub Desktop.
Save emekoi/f639627520d17c58e15de22f1eee8370 to your computer and use it in GitHub Desktop.
// imports..
pub fn main() !void {
const stderr = try std.debug.getStderrStream();
try stderr.print("hello");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment