Random build errors

Hi, just change this line:

        .root_source_file = .{ .path = "src/hello.zig" },

to this:

        .root_source_file = b.path("src/hello.zig"),
2 Likes