Skip to content

Instantly share code, notes, and snippets.

@kaworu
Created September 19, 2017 09:36
Show Gist options
  • Save kaworu/723214f7e82e2ebe3600e777eed38273 to your computer and use it in GitHub Desktop.
Save kaworu/723214f7e82e2ebe3600e777eed38273 to your computer and use it in GitHub Desktop.
console.log((s=>[...s].reduce((m,x)=>m+x.charCodeAt(),0)%42?"N":"Y")(process.argv[2]))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment