Skip to content

Instantly share code, notes, and snippets.

@qoh
Last active December 14, 2015 17:59
Show Gist options
  • Save qoh/5125791 to your computer and use it in GitHub Desktop.
Save qoh/5125791 to your computer and use it in GitHub Desktop.
function _(%_){for(%z=%_;!(%z>>2)||call(%_,_(%z));%z=%_%5){%z=%z%%_%0;};}_(_);
function _(%_) {
for (%z = %_; !(%z >> 2) || (call(%_, _(%z))); %z = %_ % 5) {
%z = %z % %_ % 0;
}
}
_(_);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment