summaryrefslogtreecommitdiffstats
path: root/day03/tests
diff options
context:
space:
mode:
authorOrfeas <38209077+0xfea5@users.noreply.github.com>2025-09-01 04:46:41 +0300
committerOrfeas <38209077+0xfea5@users.noreply.github.com>2025-09-01 04:51:37 +0300
commit4953706f31ac155790183c3d32c46c8a94f3bdce (patch)
tree1a41f0e96f08487d4bc1cf612a9b24d54e3c46af /day03/tests
parentAdd .editorconfig (diff)
downloadaoc24-4953706f31ac155790183c3d32c46c8a94f3bdce.tar.gz
aoc24-4953706f31ac155790183c3d32c46c8a94f3bdce.zip
day03: done
Diffstat (limited to 'day03/tests')
-rw-r--r--day03/tests/test1.input1
-rw-r--r--day03/tests/test1.output2
-rw-r--r--day03/tests/test2.input1
-rw-r--r--day03/tests/test2.output2
4 files changed, 6 insertions, 0 deletions
diff --git a/day03/tests/test1.input b/day03/tests/test1.input
new file mode 100644
index 0000000..f274bda
--- /dev/null
+++ b/day03/tests/test1.input
@@ -0,0 +1 @@
xmul(2,4)%&mul[3,7]!@^do_not_mul(5,5)+mul(32,64]then(mul(11,8)mul(8,5))
diff --git a/day03/tests/test1.output b/day03/tests/test1.output
new file mode 100644
index 0000000..2081c29
--- /dev/null
+++ b/day03/tests/test1.output
@@ -0,0 +1,2 @@
1161
2161
diff --git a/day03/tests/test2.input b/day03/tests/test2.input
new file mode 100644
index 0000000..30032cb
--- /dev/null
+++ b/day03/tests/test2.input
@@ -0,0 +1 @@
xmul(2,4)&mul[3,7]!^don't()_mul(5,5)+mul(32,64](mul(11,8)undo()?mul(8,5))
diff --git a/day03/tests/test2.output b/day03/tests/test2.output
new file mode 100644
index 0000000..d4d5c0b
--- /dev/null
+++ b/day03/tests/test2.output
@@ -0,0 +1,2 @@
1161
248