/sea-lion

A Rust library - Member of the farallons collection of libraries

Primary LanguageRustMIT LicenseMIT

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