1
0
mirror of https://github.com/janet-lang/janet synced 2024-12-23 15:00:27 +00:00

Merge pull request #103 from VedVid/master

Primes example fixed
This commit is contained in:
Calvin Rose 2019-05-16 06:15:05 -04:00 committed by GitHub
commit 7b25125431
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,4 +13,4 @@
(if isprime? (array/push list i)))
list)
(print (string/pretty (primes 100)))
(pp (primes 100))