Skip to content

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(); }

Notifications You must be signed in to change notification settings

Zubair-Askari92/times_table.lib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

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(); }

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published