prime

A prime number generator
0.1.0 Latest release released
wontruefree/prime
1
Jack

prime

Build Status

A basic implementation of a prime number generator.

Installation

  1. Add the dependency to your shard.yml:

    dependencies:
      prime:
        github: wontruefree/prime
    

Usage

require "prime"

primes = [] of Int32

Prime.each do |p|
  break if p > 541
  primes << p
end

Contributing

  1. Fork it (https://github.com/your-github-user/prime/fork)
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors

prime:
  github: wontruefree/prime
  version: ~> 0.1.0
License MIT
Crystal 0.33.0

Authors

Dependencies 0

Development Dependencies 0

Dependents 0

Last synced .
search fire star recently