aboutsummaryrefslogtreecommitdiff
path: root/03_threads/program.mjs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--03_threads/program.mjs2
1 files changed, 1 insertions, 1 deletions
diff --git a/03_threads/program.mjs b/03_threads/program.mjs
index a5a89ce..db0a2c6 100644
--- a/03_threads/program.mjs
+++ b/03_threads/program.mjs
@@ -3,4 +3,4 @@ import Primes from "./build/primes.mjs"
3var primes = await Primes(); 3var primes = await Primes();
4 4
5const count = primes._primes_in_range(1, 100); 5const count = primes._primes_in_range(1, 100);
6console.log("There are " + count + " primes betwees 1 and 100"); 6console.log("There are " + count + " primes between 1 and 100");

Generated with cgit - Back to sebastiano.tronto.net