Skip to content

Commit

Permalink
Merge pull request #568 from shabirjan/MillerRabinPrimalityTest-Swift4
Browse files Browse the repository at this point in the history
Miller rabin primality test Swift4
  • Loading branch information
kelvinlauKL committed Aug 18, 2017
2 parents 94aefdb + 6cf3900 commit 23d2c4f
Showing 1 changed file with 5 additions and 0 deletions.
@@ -1,5 +1,10 @@
//: Playground - noun: a place where people can play

// last checked with Xcode 9.0b4
#if swift(>=4.0)
print("Hello, Swift 4!")
#endif

// Real primes
mrPrimalityTest(5)
mrPrimalityTest(439)
Expand Down

0 comments on commit 23d2c4f

Please sign in to comment.