summaryrefslogtreecommitdiffstats
path: root/day01/tests
diff options
context:
space:
mode:
authorOrfeas <38209077+0xfea5@users.noreply.github.com>2025-08-27 04:18:43 +0300
committerOrfeas <38209077+0xfea5@users.noreply.github.com>2025-09-01 04:51:37 +0300
commite0879b1fc2608befa6eee4dd8c2a82ade94e94ce (patch)
tree5de27d72fa3131477b0b08815a8b663b47f022b4 /day01/tests
parentAdd ‘skel/‘ as template directory for each day (diff)
downloadaoc24-e0879b1fc2608befa6eee4dd8c2a82ade94e94ce.tar.gz
aoc24-e0879b1fc2608befa6eee4dd8c2a82ade94e94ce.zip
day01/: rewrite solution to be in line with the template
Diffstat (limited to 'day01/tests')
-rw-r--r--day01/tests/test1.input6
-rw-r--r--day01/tests/test1.output2
2 files changed, 8 insertions, 0 deletions
diff --git a/day01/tests/test1.input b/day01/tests/test1.input
new file mode 100644
index 0000000..b8af9ad
--- /dev/null
+++ b/day01/tests/test1.input
@@ -0,0 +1,6 @@
13 4
24 3
32 5
41 3
53 9
63 3
diff --git a/day01/tests/test1.output b/day01/tests/test1.output
new file mode 100644
index 0000000..4cb4249
--- /dev/null
+++ b/day01/tests/test1.output
@@ -0,0 +1,2 @@
111
231