This is my attempt at solving the Advent of Code 2019 Puzzles. For now, I will be using C++ to solve these puzzles. But once I am done with all of them, I plan top restart the challenge with Python3.
You can join the challenge on the Advent of Code Website
For more information about Advent of Code, you can check About Advent of Code.
For discussions and help, please check out the subreddit.
Prompts for the challenges are provided, both in their respective README.md files as well as a separate prompt.txt file. The correct answers are redacted!