Skip to content

Files

Latest commit

 

History

History

2024

2024

Day 1 – Awk

$ awk -f day01-01.awk < input1
$ awk -f day01-02.awk < input1

Day 2 – Haskell

$ runhaskell day02-01.hs < input2
$ runhaskell day02-02.hs < input2

Day 3 – Snobol

$ snobol4 day03-01.sno < input3
$ snobol4 day03-02.sno < input3

Day 4 – APL

Load it up in Dyalog APL.

Day 5 – Prolog

$ swipl -c day05.pl && ./a.out