init project setup and zig build config
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
const std = @import("std");
|
||||
|
||||
pub fn main() !void {
|
||||
std.debug.print("6soz 6502 emulator\n", .{});
|
||||
}
|
||||
Reference in New Issue
Block a user