Files
advent_of_code/2024/day_1/uiua
2024-12-02 12:11:24 +01:00
..
2024-12-02 12:11:24 +01:00

part 1

solution

my solution to the example can be viewed and tried on uiuapad

this is the variant that reads the file. i simply uploaded my downloaded input, and it will read the contents of the file to produce a string just like the one in the example, thus the code from the example also works.

part 2

here is my example solution.

here is the input example solution.