Last active
October 25, 2020 17:16
-
-
Save rw-r-r-0644/6c7bdfa39295012ac944bd9e91dc6713 to your computer and use it in GitHub Desktop.
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
f(a,b){b&&( | |
a=f(b,a%b)) | |
;return a;} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment