You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By using this library one can generate times table of any integer with specified range.Just copy and paste below code in main.rs to use this library. extern crate times_table; fn main() { times_table::print_table(); }
Just copy and paste below code in main.rs to use this library.
extern crate times_table;
fn main()
{
times_table::print_table();
}
About
By using this library one can generate times table of any integer with specified range.Just copy and paste below code in main.rs to use this library. extern crate times_table; fn main() { times_table::print_table(); }