empty zig + raylib in nix
This commit is contained in:
commit
83aa7b8e66
5 changed files with 63 additions and 0 deletions
9
src/main.zig
Normal file
9
src/main.zig
Normal file
|
@ -0,0 +1,9 @@
|
|||
const std = @import("std");
|
||||
|
||||
pub fn main() anyerror!void {
|
||||
std.log.info("All your codebase are belong to us.", .{});
|
||||
}
|
||||
|
||||
test "basic test" {
|
||||
try std.testing.expectEqual(10, 3 + 7);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue