advent of code 2022
Go to file
yosh 3c74beb814 day 2 - original solution 2022-12-02 12:59:14 -05:00
01.awk day 01 2022-12-01 13:06:46 -05:00
01_input day 01 2022-12-01 13:06:46 -05:00
02.sh day 2 - original solution 2022-12-02 12:59:14 -05:00
02_input day 2 - original solution 2022-12-02 12:59:14 -05:00
README.md day 2 - original solution 2022-12-02 12:59:14 -05:00

README.md

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)