From e80b45a808e9ce3937f737dc83b32c8066a18c25 Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Tue, 8 Dec 2020 12:07:36 +0200 Subject: Solve 8.1 --- day8/input_test.txt | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 day8/input_test.txt (limited to 'day8/input_test.txt') diff --git a/day8/input_test.txt b/day8/input_test.txt new file mode 100644 index 0000000..6fee349 --- /dev/null +++ b/day8/input_test.txt @@ -0,0 +1,9 @@ +nop +0 +acc +1 +jmp +4 +acc +3 +jmp -3 +acc -99 +acc +1 +jmp -4 +acc +6 \ No newline at end of file -- cgit v1.3