scritcher/src/main.zig

6 lines
118 B
Zig
Raw Normal View History

2019-07-05 19:59:45 +00:00
const std = @import("std");
pub fn main() anyerror!void {
std.debug.warn("All your base are belong to us.\n");
}