-
-
Save aaylward/14205f1bf9049037683b4d1e5a2f712d to your computer and use it in GitHub Desktop.
project euler #1 baby J solution
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
x =: 1 + i.999 | |
z =: 0 & = | |
+/ ((z 3|x) >. (z 5|x)) * x |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment