aboutsummaryrefslogtreecommitdiffhomepage
path: root/benchmarks/by-n/prime.bruijn
diff options
context:
space:
mode:
Diffstat (limited to 'benchmarks/by-n/prime.bruijn')
-rw-r--r--benchmarks/by-n/prime.bruijn6
1 files changed, 6 insertions, 0 deletions
diff --git a/benchmarks/by-n/prime.bruijn b/benchmarks/by-n/prime.bruijn
new file mode 100644
index 0000000..ed41bc3
--- /dev/null
+++ b/benchmarks/by-n/prime.bruijn
@@ -0,0 +1,6 @@
+# 0 40 200
+
+:import std/Math .
+:import std/List .
+
+main [primes !! (+${BENCH_N})]