readme
This commit is contained in:
parent
beeeb93556
commit
10e1908c25
12
README.md
12
README.md
@ -32,6 +32,18 @@ And so they form a single vine.
|
||||
Greet them as we have before.
|
||||
Watch the nibblers spin and snap.
|
||||
```
|
||||
|
||||
# Roman Numerals (WIP)
|
||||
Converts numbers between Roman Numerls and Arabic Numerals<br/>
|
||||
### Example:
|
||||
```
|
||||
# Currently no Arabic -> Roman support
|
||||
$ cargo run
|
||||
input: MMXXV
|
||||
output: 2025
|
||||
```
|
||||
TO DO: Functionality to convert Arabic to Roman, currently only does Roman to Arabic :)
|
||||
|
||||
# Snake (WIP)
|
||||
Classic Snake game<br/>
|
||||
TO DO: all of it...
|
||||
|
Loading…
x
Reference in New Issue
Block a user