techartorg / Advent_of_Code_2019

Community solutions to the Advent of Code 2019 coding challenges.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Advent of Code 2019

TA community solutions to the Advent of Code 2019 coding challenges.

Please follow these rules and naming conventions when adding your solutions:

  • Name your file(s) with your first initial, last name, an underscore, 2 digits for the day, an underscore, a single digit for the puzzle number, and the file extension.

    • (first initial)(last name)(day##)(puzzle#).(ext)
    • jhanna_01_1.py
    • jhanna_01_2.py
  • Do NOT upload the input data for your solution. While the solutions for everyone will be similar the input data will be different.

If you would like to join the TechArtists.org leaderboard for Advent of Code 2019 please use the invite code 136585-d4af711d

About

Community solutions to the Advent of Code 2019 coding challenges.


Languages

Language:Python 99.5%Language:Go 0.5%