My entries to the yearly advent calendar full of programming puzzles. See https://adventofcode.com/2022/
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Peery e29575cb35 Day 2 (Puzzle 2) - Rock, Paper, Scissor
Successfully finished the second puzzle. The parsing changed so that the second column is not my answer but the intended result. I just quickly changed the file parser to replace the intended result with the fitting answer so that I need not touch the evaluation function.

Moved the previous parsing to parse_file_v1() for archiving purposes.
1 year ago
calories Day 1 - Calorie Counting 1 year ago
entities Day 2 (Puzzle 1) - Rock, Paper, Scissor 1 year ago
input Day 2 (Puzzle 1) - Rock, Paper, Scissor 1 year ago
rockpaperscissor Day 2 (Puzzle 2) - Rock, Paper, Scissor 1 year ago
.gitignore Init commit 1 year ago
main.py Day 2 (Puzzle 1) - Rock, Paper, Scissor 1 year ago
main_day1.py Day 2 (Puzzle 1) - Rock, Paper, Scissor 1 year ago