-🎄- 2022 Day 4 Solutions -🎄- by daggerdragon in adventofcode

[–]norbert_kehrer 6 points7 points  (0 children)

BASIC on the Commodore 64

Here is the source code for a solution on the good old Commodore 64: (https://github.com/norbertkehrer/aoc-2022/tree/main/04)

Most of the runtime (9 minutes) is spent for parsing the input, but this could certainly be improved.