aoc_2024/README.md

5 lines
324 B
Markdown
Raw Normal View History

2024-12-11 18:50:39 +00:00
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](https://adventofcode.com). Note that the test values are based on my own inputs and may not match yours.