diff options
Diffstat (limited to 'day03/tests')
| -rw-r--r-- | day03/tests/test1.input | 1 | ||||
| -rw-r--r-- | day03/tests/test1.output | 2 | ||||
| -rw-r--r-- | day03/tests/test2.input | 1 | ||||
| -rw-r--r-- | day03/tests/test2.output | 2 |
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 @@ | |||
| 1 | 161 | ||
| 2 | 161 | ||
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 @@ | |||
| 1 | 161 | ||
| 2 | 48 | ||
