-
-
Save Ismael-VC/e9842640da6271b302cc to your computer and use it in GitHub Desktop.
Julia is awesome...
This file contains 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
# Julia is fully unicode aware and if you use your variable and function | |
# names just right, you can express your anger like no other language. | |
⋰┛ಠДಠ┛⋱彡┻━┻(n) = n < 2 ? n : ⋰┛ಠДಠ┛⋱彡┻━┻(n - 1) + ⋰┛ಠДಠ┛⋱彡┻━┻(n - 2) | |
@elapsed ⋰┛ಠДಠ┛⋱彡┻━┻(25) # 0.00266 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment