This was my first AoC, but solutions are being moved to AWK.
Go to file
2024-09-24 06:02:00 -07:00
day1 init: Combine previous 3 attempts to AoC 2021 2024-09-24 06:02:00 -07:00
day2 init: Combine previous 3 attempts to AoC 2021 2024-09-24 06:02:00 -07:00
day3 init: Combine previous 3 attempts to AoC 2021 2024-09-24 06:02:00 -07:00
day4 init: Combine previous 3 attempts to AoC 2021 2024-09-24 06:02:00 -07:00
LICENSE init: Combine previous 3 attempts to AoC 2021 2024-09-24 06:02:00 -07:00
README.md init: Combine previous 3 attempts to AoC 2021 2024-09-24 06:02:00 -07:00
todo.txt init: Combine previous 3 attempts to AoC 2021 2024-09-24 06:02:00 -07:00

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.