Skip to content

edvardsanta/Convertz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages