Skip to content

Instantly share code, notes, and snippets.

@rw-r-r-0644
Last active October 25, 2020 17:16
Show Gist options
  • Save rw-r-r-0644/6c7bdfa39295012ac944bd9e91dc6713 to your computer and use it in GitHub Desktop.
Save rw-r-r-0644/6c7bdfa39295012ac944bd9e91dc6713 to your computer and use it in GitHub Desktop.
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