An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# aoc23
Advent of Code, 2023

https://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.