X-Git-Url: https://git.sommitrealweird.co.uk/advent-of-code-2019.git/blobdiff_plain/8d19ec771c083ce8bbfff9b075d42f15ad704831..24a0a2360eb2e4b4332ce45ba5888e72f970428a:/day3/wires_2.sh?ds=sidebyside diff --git a/day3/wires_2.sh b/day3/wires_2.sh deleted file mode 100644 index 1e86e0c..0000000 --- a/day3/wires_2.sh +++ /dev/null @@ -1,114 +0,0 @@ -#!/bin/bash - -set -u -set -e - -# these wires should give 6 -#wire_1=(R8 U5 L5 D3) -#wire_2=(U7 R6 D4 L4) - -# these wires should get 159 -#wire_1=(R75 D30 R83 U83 L12 D49 R71 U7 L72) -#wire_2=(U62 R66 U55 R34 D71 R55 D58 R83) - -# these wires should get 135 -#wire_1=(R98 U47 R26 D63 R33 U87 L62 D20 R33 U53 R51) -#wire_2=(U98 R91 D20 R16 D67 R40 U7 R15 U6 R7) - -# read in data from file instead -exec 3