init project setup and zig build config

This commit is contained in:
2026-07-21 16:42:15 +02:00
commit 3e860871f9
8 changed files with 37 additions and 0 deletions
View File
+5
View File
@@ -0,0 +1,5 @@
const std = @import("std");
pub fn main() !void {
std.debug.print("6soz 6502 emulator\n", .{});
}
View File
View File
View File