Convert decimal numbers to BCD, Aiken and Stibitz (excess-3)
Go to file
2020-05-19 21:48:06 +02:00
src Initial commit 2020-05-18 09:55:43 +02:00
.gitignore Initial commit 2020-05-18 09:55:43 +02:00
Cargo.lock Initial commit 2020-05-18 09:55:43 +02:00
Cargo.toml Specify license 2020-05-19 21:45:10 +02:00
LICENSE Create license 2020-05-19 21:44:52 +02:00
README Create readme 2020-05-19 21:48:06 +02:00

decimal-code
============

Convert decimal numbers to BCD, AIKEN and STIBITZ (excess-3).

Input lines are interpreted as space-separated encoding and value.
Tab separated values (decimal, BCD, AIKEN, STIBITZ) are printed.