From 10e1908c2538c1277a80faf3bd807ef154af367c Mon Sep 17 00:00:00 2001 From: deadvey Date: Thu, 2 Jan 2025 04:41:43 +0000 Subject: [PATCH] readme --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 0eb04e4..6c5ecf9 100644 --- a/README.md +++ b/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
+### 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
TO DO: all of it...