yaterbilang 0.1.6

Yet another terbilang
Documentation
1
2
3
4
5
6
use yaterbilang as terbilang;

fn main() {
    let said = terbilang::from(10203040);
    println!("{}", said);
}