diff --git a/README.md b/README.md index 4fcb8e6..a008aa8 100644 --- a/README.md +++ b/README.md @@ -17,9 +17,9 @@ - Add a strength table | Version | Release Date | CCRL Blitz | CCRL 40/15 | |---------|--------------|------------|------------| -| | | N/A | | -| | | N/A | | -| | | N/A | | +| | | | | +| | | | | +| | | | | ## Features diff --git a/src/main.zig b/src/main.zig index 13e59ca..b96c0f1 100644 --- a/src/main.zig +++ b/src/main.zig @@ -4,7 +4,7 @@ pub fn main() !void { std.debug.print("Hello NeroSpeed.\n", .{}); } -test "example_test"{ +test "example_test" { std.debug.print("Running example_test\n", .{}); try std.testing.expect(true); }