1 unstable release
0.1.0 | Nov 10, 2019 |
---|
#50 in #times
3KB
Just copy and paste below code in main.rs to use this library.
extern crate times_table; fn main() {
times_table::print_table(); }
By using this library one can generate times table of any integer with specified range
0.1.0 | Nov 10, 2019 |
---|
#50 in #times
3KB
Just copy and paste below code in main.rs to use this library.
extern crate times_table; fn main() {
times_table::print_table(); }