···1616 const optimize = b.standardOptimizeOption(.{});
17171818 const exe = b.addExecutable(.{
1919- .name = "io",
1919+ .name = "zut",
2020 // In this case the main source file is merely a path, however, in more
2121 // complicated build scripts, this could be a generated file.
2222 .root_source_file = .{ .path = "src/main.zig" },