summaryrefslogtreecommitdiffstats
path: root/day01/tests
diff options
context:
space:
mode:
Diffstat (limited to 'day01/tests')
-rw-r--r--day01/tests/test1.input10
-rw-r--r--day01/tests/test1.output2
-rw-r--r--day01/tests/test2.input1
-rw-r--r--day01/tests/test2.output2
4 files changed, 15 insertions, 0 deletions
diff --git a/day01/tests/test1.input b/day01/tests/test1.input
new file mode 100644
index 0000000..53287c7
--- /dev/null
+++ b/day01/tests/test1.input
@@ -0,0 +1,10 @@
1L68
2L30
3R48
4L5
5R60
6L55
7L1
8L99
9R14
10L82
diff --git a/day01/tests/test1.output b/day01/tests/test1.output
new file mode 100644
index 0000000..2559e5c
--- /dev/null
+++ b/day01/tests/test1.output
@@ -0,0 +1,2 @@
13
26
diff --git a/day01/tests/test2.input b/day01/tests/test2.input
new file mode 100644
index 0000000..af158bd
--- /dev/null
+++ b/day01/tests/test2.input
@@ -0,0 +1 @@
L150 \ No newline at end of file
diff --git a/day01/tests/test2.output b/day01/tests/test2.output
new file mode 100644
index 0000000..1191247
--- /dev/null
+++ b/day01/tests/test2.output
@@ -0,0 +1,2 @@
11
22