Please check that your code builds by running:
gleam build
zig build
Please make sure your code passes test by running:
gleam test
zig test
Please make sure your code is formated by running:
gleam format --check
zig fmt --check src/*.zig
If it is not please run:
gleam format
zig fmt src/*.zig