aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Add day 9 solutionsThomas Voss 2021-12-044-0/+69
* Ignore pyright configThomas Voss 2021-12-041-0/+1
* Add 2017 Day 1 solutionsThomas Voss 2021-12-033-0/+18
* Remove the `while True` loopThomas Voss 2021-12-031-12/+13
* Perform epic gamer code compressionThomas Voss 2021-12-031-4/+4
* Add day 3 solutionsThomas Voss 2021-12-033-0/+1052
* Specify file encodingThomas Voss 2021-12-021-1/+3
* Return a uint16, not an intThomas Voss 2021-12-021-1/+1
* Add day 7 solutionsThomas Voss 2021-12-024-0/+400
* Add day 23 solutionsThomas Voss 2021-12-023-0/+160
* Set file encoding when readingThomas Voss 2021-12-0211-82/+46
* Combine parts 1 and 2 into one fileThomas Voss 2021-12-024-75/+30
* Improve the makeshift macrosThomas Voss 2021-12-026-17/+12
* Run through gofmtThomas Voss 2021-12-021-2/+2
* Use python3.10 pattern matchingThomas Voss 2021-12-021-6/+7
* Merge both solutions into one fileThomas Voss 2021-12-024-62/+26
* Take functional python to the next levelThomas Voss 2021-12-022-12/+36
* Compress solutions into 1 fileThomas Voss 2021-12-024-48/+26
* Clean up gitignoresThomas Voss 2021-12-0212-12/+2
* Use python3.10 pattern matchingThomas Voss 2021-12-021-15/+16
* Add day 2 solutions (got on global leaderboards)Thomas Voss 2021-12-023-0/+1012
* Add day 19 solutionsThomas Voss 2021-12-013-0/+91
* Add a shell script solutionThomas Voss 2021-12-013-4/+12
* Make use of the magic zip functionThomas Voss 2021-12-011-4/+1
* It is now 2021, so time to add more stuffThomas Voss 2021-12-013-0/+2021
* Add 2015 Day 21 solutionsThomas Voss 2021-11-114-0/+101
* Close the input file after readingThomas Voss 2021-11-061-0/+1
* Add 2015 Day 20 solutionsThomas Voss 2021-11-064-0/+72
* Squash if/elif chains into a single if checkThomas Voss 2021-10-292-8/+10
* Use grep(1) instead of the non-POSIX squash(1)Thomas Voss 2021-10-292-2/+2
* Initial commitThomas Voss 2021-10-29123-0/+16269