Skip to content

Commit

Permalink
Removed fmt since it was a pain and wasn't used in examples.
Browse files Browse the repository at this point in the history
  • Loading branch information
permutationlock committed Nov 23, 2023
1 parent 2653f67 commit 61dbeba
Show file tree
Hide file tree
Showing 18 changed files with 5 additions and 8,019 deletions.
2 changes: 1 addition & 1 deletion build.zig
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const Example = struct { name: []const u8, path: []const u8 };
const paths = [_]Example{
.{ .name = "count", .path = "examples/count.zig" },
.{ .name = "iterator", .path = "examples/iterator.zig" },
.{ .name = "zstd", .path = "examples/zstd.zig" },
.{ .name = "io", .path = "examples/io.zig" },
.{ .name = "read_file", .path = "examples/read_file.zig" },
// .{ .name = "pointer_cast", .path = "examples/pointer_cast.zig" },
};
Expand Down
Loading

0 comments on commit 61dbeba

Please sign in to comment.