aboutsummaryrefslogtreecommitdiff
path: root/03_threads/program.mjs
blob: a5a89ce765d9f0dc32357c56e1ce7575688a5451 (plain)
1
2
3
4
5
6
import Primes from "./build/primes.mjs"

var primes = await Primes();

const count = primes._primes_in_range(1, 100);
console.log("There are " + count + " primes betwees 1 and 100");

Generated with cgit - Back to sebastiano.tronto.net