diff options
author | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2024-12-15 18:53:13 +0100 |
---|---|---|
committer | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2024-12-20 15:33:16 +0100 |
commit | 6f40d23c5ed72ef7238c838f2373c1f202cb62bb (patch) | |
tree | f46ea615ac996d01b52394fd2c9b413467cc8512 /day14/example.txt | |
parent | be26f6cb3526757e089e879c0c3b53db5d1d363e (diff) |
Fucking day 14
Diffstat (limited to 'day14/example.txt')
-rw-r--r-- | day14/example.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/day14/example.txt b/day14/example.txt new file mode 100644 index 0000000..ff6e39e --- /dev/null +++ b/day14/example.txt @@ -0,0 +1,12 @@ +p=0,4 v=3,-3
+p=6,3 v=-1,-3
+p=10,3 v=-1,2
+p=2,0 v=2,-1
+p=0,0 v=1,3
+p=3,0 v=-2,-2
+p=7,6 v=-1,-3
+p=3,0 v=-1,-2
+p=9,3 v=2,3
+p=7,3 v=-1,2
+p=2,4 v=2,-3
+p=9,5 v=-3,-3
|