diff options
author | Christian Neukirchen <chneukirchen@gmail.com> | 2016-12-15 20:49:31 +0100 |
---|---|---|
committer | Christian Neukirchen <chneukirchen@gmail.com> | 2016-12-15 20:49:31 +0100 |
commit | f50c04e071ededa9ddbe74e072caffd8e3d0cbec (patch) | |
tree | 56dea8addfaa95eb3e1de85c8383542a89760bfd /day15 | |
parent | 5e19826f9e3ba429e20e5b6f835a17b98ece47ce (diff) | |
download | adventofcode2016-f50c04e071ededa9ddbe74e072caffd8e3d0cbec.tar.gz adventofcode2016-f50c04e071ededa9ddbe74e072caffd8e3d0cbec.tar.xz adventofcode2016-f50c04e071ededa9ddbe74e072caffd8e3d0cbec.zip |
day15
Diffstat (limited to 'day15')
-rw-r--r-- | day15 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/day15 b/day15 new file mode 100644 index 0000000..396cee2 --- /dev/null +++ b/day15 @@ -0,0 +1,6 @@ +Disc #1 has 13 positions; at time=0, it is at position 10. +Disc #2 has 17 positions; at time=0, it is at position 15. +Disc #3 has 19 positions; at time=0, it is at position 17. +Disc #4 has 7 positions; at time=0, it is at position 1. +Disc #5 has 5 positions; at time=0, it is at position 0. +Disc #6 has 3 positions; at time=0, it is at position 1. |