caussourd / primes

Little node.js script that writes the first 100 prime numbers to a file

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

primes

Little node.js script that writes the first 100 prime numbers to a file

Probably not the best algorithm as I'm not using the sieve of Atkin or the sieve of Eratosthenes but it could be worse :-)

Usage

To execute node primes.js

The created file is called primes.txt

About

Little node.js script that writes the first 100 prime numbers to a file

License:GNU General Public License v2.0


Languages

Language:JavaScript 100.0%