Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-03-11 | Replace build system with zig | zachir | |
Zig is actually handling the building and such, now the Makefile is here just as a wrapper for it. | |||
2024-03-06 | Use strtol instead of checking each digit | zachir | |
This makes it both faster and smaller. | |||
2024-02-14 | even: Add bin to check if number is even | zachir | |
even is a basic binary to check if the provided number is even. |