aoc_2024/README.md
Logiar f16258eae7
All checks were successful
Solve / example-action (push) Successful in 3m11s
Add readme
2024-12-11 19:51:28 +01:00

324 B

To run the script, use the following command:

cat inputfile.txt | kotlin dayxx.kts

Replace inputfile.txt with the name of your input file. You can obtain your personalized input for the problem at adventofcode.com. Note that the test values are based on my own inputs and may not match yours.