Skip to content

Instantly share code, notes, and snippets.

@lumie1337
Last active June 22, 2020 04:37
Show Gist options
  • Save lumie1337/2f82a31c977558221dc5b5a8af84d947 to your computer and use it in GitHub Desktop.
Save lumie1337/2f82a31c977558221dc5b5a8af84d947 to your computer and use it in GitHub Desktop.
l=(`rem`10)
main=interact$show.l.foldr1((^).l).map read.words
main=interact$show.(`rem`10).foldr1(^).map read.words
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment