Initial commit

This commit is contained in:
johan0A 2024-09-19 18:05:42 +02:00 committed by GitHub
commit 0d0863ff0c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 857 additions and 0 deletions

5
src/root.zig Normal file
View file

@ -0,0 +1,5 @@
const std = @import("std");
test {
std.debug.print("hello world", .{});
}