initial commit
This commit is contained in:
commit
bf927efb97
2 changed files with 29 additions and 0 deletions
5
in_one_weekend/src/main.zig
Normal file
5
in_one_weekend/src/main.zig
Normal file
|
@ -0,0 +1,5 @@
|
|||
const std = @import("std");
|
||||
|
||||
pub fn main() anyerror!void {
|
||||
std.log.info("All your codebase are belong to us.", .{});
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue