this repo has no description

move example.zig to root

+2 -1
+1 -1
build.zig
··· 27 27 const example = b.addExecutable(.{ 28 28 .name = "redis-example", 29 29 .root_module = b.createModule(.{ 30 - .root_source_file = b.path("src/example.zig"), 30 + .root_source_file = b.path("example.zig"), 31 31 .target = target, 32 32 .optimize = optimize, 33 33 .imports = &.{
+1
build.zig.zon
··· 9 9 .paths = .{ 10 10 "build.zig", 11 11 "build.zig.zon", 12 + "example.zig", 12 13 "src", 13 14 }, 14 15 }
src/example.zig example.zig