This project is a simple command-line tool built in Zig that allows you to convert decimal numbers into their hexadecimal, octal, and binary representations. It's a handy utility for programmers and anyone who needs to work with different number formats.
Before you can use this tool, you'll need to have Zig installed on your system. You can download and install Zig (0.11) from the official website, with this asdf plugin: asdf-zig or with zigup
- You can execute:
zig build run
- Or you can pass arguments
./convertz hex 452
./convertz oct 452
./convertz bin 452