Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 387 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 387 Bytes

8-bit-converter

This is an 8 bit number converter that converts between binary, octal, decimal, and hexadecimal numbers.

To use

Type convert <number> <format> where <number> is any number that is not negative and format is a 3 character string that tells what type of number number is.

Possible formats are:

    - bin  
    - oct  
    - hex  
    - dec