Skip to content

Instantly share code, notes, and snippets.

@totetmatt
Created December 1, 2017 16:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save totetmatt/fc8de861ac6c418846fc285ab12a8e76 to your computer and use it in GitHub Desktop.
Save totetmatt/fc8de861ac6c418846fc285ab12a8e76 to your computer and use it in GitHub Desktop.
Adventcode
print(sum([int(r) for l,r in zip(CHALLENGE_DATA,CHALLENGE_DATA[len(CHALLENGE_DATA)//2:]+CHALLENGE_DATA[:len(CHALLENGE_DATA)//2]) if l==r]))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment