X-Git-Url: https://git.sommitrealweird.co.uk/advent-of-code-2019.git/blobdiff_plain/8d19ec771c083ce8bbfff9b075d42f15ad704831..24a0a2360eb2e4b4332ce45ba5888e72f970428a:/day09/run.sh diff --git a/day09/run.sh b/day09/run.sh new file mode 100644 index 0000000..458d31d --- /dev/null +++ b/day09/run.sh @@ -0,0 +1,17 @@ +#!/bin/bash + +set -u +set -e + +. $(dirname $(readlink -f ${BASH_SOURCE}))/computer.sh + +#data=(109 1 204 -1 1001 100 1 100 1008 100 16 101 1006 101 0 99) +#data=(1102 34915192 34915192 7 4 7 99 0) +#data=(104 1125899906842624 99) +exec 3