Skip to content

Instantly share code, notes, and snippets.

View bumbuna's full-sized avatar

Jacob Bumbuna bumbuna

View GitHub Profile
static M1: [&str; 20] = [
"zero", "one", "two", "three", "four", "five",
"six", "seven", "eight", "nine", "ten",
"eleven", "twelve", "thirteen", "fourteen", "fifteen",
"sixteen", "seventeen", "eighteen", "nineteen"
];
static M2: [&str; 10] = [
"", "", "twenty", "thirty", "forty", "fifty", "sixty", "seventy", "eighty", "ninety",
];