Hi, just change this line:
.root_source_file = .{ .path = "src/hello.zig" },
to this:
.root_source_file = b.path("src/hello.zig"),
Hi, just change this line:
.root_source_file = .{ .path = "src/hello.zig" },
to this:
.root_source_file = b.path("src/hello.zig"),