Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 827 Bytes

README.md

File metadata and controls

31 lines (25 loc) · 827 Bytes

Convertz

Overview

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.

Getting Started

Prerequisites

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

Usage

  1. You can execute:
zig build run 
  1. Or you can pass arguments
./convertz hex 452
./convertz oct 452
./convertz bin 452