Skip to content

A Rust library - Member of the farallons collection of libraries

License

Notifications You must be signed in to change notification settings

farallons/sea-lion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sea-lion

A Rust library


Member of the farallons collection of libraries


  • Generate the prime numbers up to and including a number

    cd prime
    cargo run [<number>]
    

    The number must be positive and less than or equal to 4294967295 (the max u32 value)

    If no number is specified, all primes up to 4294967295 are generated

  • The generated primes are stored in the file result.prime

About

A Rust library - Member of the farallons collection of libraries

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages