Skip to content

Instantly share code, notes, and snippets.

@LisaBee224
Created April 12, 2016 03:06
Show Gist options
  • Save LisaBee224/d9ff22c39e33579a186f3cea8ad9395a to your computer and use it in GitHub Desktop.
Save LisaBee224/d9ff22c39e33579a186f3cea8ad9395a to your computer and use it in GitHub Desktop.
$modern_letters = {
"VIIII" => "IX",
"IIII" => "IV",
"LXXXX" => "XC",
"XXXX" => "XL",
"DCCCC" => "CM",
"CCCC" => "CD"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment