From f16258eae780ebe664ef5770d8d1cb8becfbfba4 Mon Sep 17 00:00:00 2001 From: Logiar Date: Wed, 11 Dec 2024 19:50:39 +0100 Subject: [PATCH] Add readme --- README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..a1fc0de --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +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. \ No newline at end of file