This commit is contained in:
deadvey 2025-01-02 04:41:43 +00:00
parent beeeb93556
commit 10e1908c25

View File

@ -32,6 +32,18 @@ And so they form a single vine.
Greet them as we have before. Greet them as we have before.
Watch the nibblers spin and snap. 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) # Snake (WIP)
Classic Snake game<br/> Classic Snake game<br/>
TO DO: all of it... TO DO: all of it...