https://github.com/vielmetti/aoc23
Advent of Code, 2023
https://github.com/vielmetti/aoc23
aoc aoc23 awk gawk
Last synced: 2 months ago
JSON representation
Advent of Code, 2023
- Host: GitHub
- URL: https://github.com/vielmetti/aoc23
- Owner: vielmetti
- License: mit
- Created: 2023-11-27T00:40:24.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-04T06:36:38.000Z (over 1 year ago)
- Last Synced: 2025-02-14T08:48:29.864Z (2 months ago)
- Topics: aoc, aoc23, awk, gawk
- Language: Awk
- Homepage:
- Size: 77.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# aoc23
Advent of Code, 2023https://adventofcode.com
## Plans
Write code to solve puzzles, mostly in awk.
https://ia803404.us.archive.org/0/items/pdfy-MgN0H1joIoDVoIC7/The_AWK_Programming_Language.pdf
Write tests to prove that puzzles work, mostly in bats.
https://bats-core.readthedocs.io/en/stable/
## Likely outcomes
I'll become a little more familiar with bats and awk.
I won't make it through the whole month.
## Non-plans
Don't use any AI.