diff options
author | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2024-12-02 23:27:44 +0100 |
---|---|---|
committer | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2024-12-02 23:27:44 +0100 |
commit | a10e1a50db8d8a3dd3909f5a4a8035ff6ffbb475 (patch) | |
tree | 5f3f3bd9c77328f9fec7cb531b3865313b59e484 /day2/example.txt | |
parent | 9833eeb598f420a814d0226a7d600a4f59b666f5 (diff) |
Day 2
Diffstat (limited to 'day2/example.txt')
-rw-r--r-- | day2/example.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/day2/example.txt b/day2/example.txt new file mode 100644 index 0000000..9a4aa30 --- /dev/null +++ b/day2/example.txt @@ -0,0 +1,6 @@ +7 6 4 2 1
+1 2 7 8 9
+9 7 6 2 1
+1 3 2 4 5
+8 6 4 4 1
+1 3 6 7 9
|