day1 | ||
day2 | ||
day3 | ||
day4 | ||
LICENSE | ||
README.md | ||
todo.txt |
Advent of Code 2021
This repo is a combination of three previous repositories, each different times that I attempted this challenge. The first attempt was my very first Advent of Code, in which I got to day 4. My plan was to do every day in AWK, but by day 3, I relied on some shell, and on day 4, I switched to rust.
The next two attempts I made were done in C (both "alt" folders under day 1). Eventually when returning to this, I would like to finish every day in pure AWK once again.