aoc-2022/README.md

227 B

my advent of code 2022 solutions

mainly going to be using shell + posix-defined utilities, probably

Days

  1. awk (uses features exclusive to GNU's implementation, gawk)
  2. shell (completely POSIX-conforming implementation)