Skip to content

Commit

Permalink
add to version control
Browse files Browse the repository at this point in the history
  • Loading branch information
vmchale committed Jul 30, 2024
1 parent 20e5900 commit af26572
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/data/primes.🍏
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
λN.
{
isPrime ← λn.¬((∨)/ₒ #f ([(n|x)=0]'(⍳ 2 (⌊(√(ℝn))) 1)));
isPrime'(irange 2 N 1)
}

0 comments on commit af26572

Please sign in to comment.