Skip to content
This repository has been archived by the owner on Nov 12, 2023. It is now read-only.
/ zb2b Public archive

A cli/interactive number base converter. A toy made while learning Zig.

Notifications You must be signed in to change notification settings

yvern/zb2b

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

zb2b

A cli/interactive number base converter. A toy made while learning Zig.

Zig is quite lower-level than languages I am used to, but it still felt quite simple most of the time.

There are 2 usage modes:

  • Direct/cli mode, where you expect to convert only one value, as in echo 1001 | ./zb2b 2 10, which outputs 9.
  • Interactive mode, where you can keep converting values, as in
    $ ./zb2b 10 2
    $ 33
    = 100001
    $ 99
    = 1100011
    $
    = bye bye!

About

A cli/interactive number base converter. A toy made while learning Zig.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages