Got blackholio working

This commit is contained in:
ookami125 2025-04-12 18:19:07 -04:00
parent c64475b0a4
commit 9456d51538
6 changed files with 1115 additions and 366 deletions

View file

@ -21,7 +21,7 @@ pub fn build(b: *std.Build) void {
const optimize = b.standardOptimizeOption(.{});
const lib = b.addExecutable(.{
.name = "stdb-zig-helloworld",
.name = "blackholio",
.root_source_file = b.path("src/main.zig"),
.target = target,
.optimize = optimize,