Skip to content

raymon-roos/roman-numerals-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What is this?

Just a tiny "program" that converts a regular number to its Roman numeral representation.

> cargo run 888
   Compiling roman-numerals-rs v0.1.0 (/home/ray/projects/personal/rust/roman-numerals-rs)
    Finished dev [unoptimized + debuginfo] target(s) in 0.38s
     Running `target/debug/roman-numerals-rs 888`
DCCCLXXXVIII

Why is this?

Just programming in Rust for fun.

About

Turn small Arabic numbers into Roman numerals with Rust!

Topics

Resources

License

Stars

Watchers

Forks

Languages