Skip to content

rust program that converts arabic numbers to roman numerals

Notifications You must be signed in to change notification settings

finnatsea/roman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Roman

This is a simple program that converts arabic numbers to roman numerals. It's written in rust and has zero dependencies (as expected).

Release builds are available for mac os x aarch64 (M1/Apple Silicon). To run on other platforms clone and build from source.

Usage

# running the binary
./roman

# running from source from /roman directory
cargo run

# running tests
cargo test

# building the binary
cargo build --release

Example

$ ./roman
$ Enter a number to convert to a Roman numeral: 1999
$ The Roman numeral equivalent of 1999 is: MCMXCIX

About

rust program that converts arabic numbers to roman numerals

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages