mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-27 10:11:33 +11:00
23 lines
306 B
Rust
23 lines
306 B
Rust
|
pub const NUMBERS: &[&str] = &[
|
||
|
"One",
|
||
|
"Two",
|
||
|
"Three",
|
||
|
"Four",
|
||
|
"Five",
|
||
|
"Six",
|
||
|
"Seven",
|
||
|
"Eight",
|
||
|
"Nine",
|
||
|
"Ten",
|
||
|
"Eleven",
|
||
|
"Twelve",
|
||
|
"Thirteen",
|
||
|
"Fourteen",
|
||
|
"Fifteen",
|
||
|
"Sixteen",
|
||
|
"Seventeen",
|
||
|
"Eighteen",
|
||
|
"Ninteen",
|
||
|
"Twenty",
|
||
|
];
|