Skip to content

pondchamp/smithnumbers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

smithnumbers

Smith Number Generator by Stablefree.

Simply compile it, and pass an integer parameter to get all the Smith numbers up to the passed parameter!

Execute in the format './smith [-all/-check] [number]'. '-all' prints every Smith number up to 'number'. '-check' checks if your 'number' is a Smith number.

e.g. './smith -all 27' outputs '3 4 5 7 11 13 17 19 22 23 27' (note that most of these are prime) Have fun!

About

Smith Number Generator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages