diff options
| author | Jan Tuomi <jan.tuomi@eficode.com> | 2018-12-10 18:32:09 +0200 |
|---|---|---|
| committer | Jan Tuomi <jan.tuomi@eficode.com> | 2018-12-10 18:32:09 +0200 |
| commit | 49230f87d81c21f11c6d227109b7b9eaee52608f (patch) | |
| tree | b10589341472bcab4d428943878733d70bdebf4e /day10/input_ex.txt | |
| parent | b8e9c88da10835a32c82891c93023eb6eda952ed (diff) | |
Solve day10
Diffstat (limited to 'day10/input_ex.txt')
| -rw-r--r-- | day10/input_ex.txt | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/day10/input_ex.txt b/day10/input_ex.txt new file mode 100644 index 0000000..794273a --- /dev/null +++ b/day10/input_ex.txt @@ -0,0 +1,31 @@ +position=< 9, 1> velocity=< 0, 2> +position=< 7, 0> velocity=<-1, 0> +position=< 3, -2> velocity=<-1, 1> +position=< 6, 10> velocity=<-2, -1> +position=< 2, -4> velocity=< 2, 2> +position=<-6, 10> velocity=< 2, -2> +position=< 1, 8> velocity=< 1, -1> +position=< 1, 7> velocity=< 1, 0> +position=<-3, 11> velocity=< 1, -2> +position=< 7, 6> velocity=<-1, -1> +position=<-2, 3> velocity=< 1, 0> +position=<-4, 3> velocity=< 2, 0> +position=<10, -3> velocity=<-1, 1> +position=< 5, 11> velocity=< 1, -2> +position=< 4, 7> velocity=< 0, -1> +position=< 8, -2> velocity=< 0, 1> +position=<15, 0> velocity=<-2, 0> +position=< 1, 6> velocity=< 1, 0> +position=< 8, 9> velocity=< 0, -1> +position=< 3, 3> velocity=<-1, 1> +position=< 0, 5> velocity=< 0, -1> +position=<-2, 2> velocity=< 2, 0> +position=< 5, -2> velocity=< 1, 2> +position=< 1, 4> velocity=< 2, 1> +position=<-2, 7> velocity=< 2, -2> +position=< 3, 6> velocity=<-1, -1> +position=< 5, 0> velocity=< 1, 0> +position=<-6, 0> velocity=< 2, 0> +position=< 5, 9> velocity=< 1, -2> +position=<14, 7> velocity=<-2, 0> +position=<-3, 6> velocity=< 2, -1>
\ No newline at end of file |
