Skip to content

Instantly share code, notes, and snippets.

@kaworu
Created September 19, 2017 07:21
Show Gist options
  • Save kaworu/aedb194030772776d305f9a681665516 to your computer and use it in GitHub Desktop.
Save kaworu/aedb194030772776d305f9a681665516 to your computer and use it in GitHub Desktop.
main(int n,char**v){for(char*p=v[1];*p;p++)n+=*p;puts((n-2)%42?"":"Y");}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment