4f80a6f2f7e2b9920e6ea027130c24fa8c1a460b
Adevent of Code 2021
So this is my collection of code for Advent of Code 2021. Expect hacky code that is not representative of my average code quality.
Python solutions take input from stdin, so run like this:
$ cat input1.in | python3 3.py
Swift solutions take the filename as the first argument.
$ swift ./AoC1/main.swift input1.in
Description
Languages
Python
92.7%
Swift
7.3%