Skip to content

Commit

Permalink
Day 9 part 2 is funnily easy (because bug was debugged thanks to intC…
Browse files Browse the repository at this point in the history
…ode?)
  • Loading branch information
jcisio committed Dec 9, 2019
1 parent 5fbd63d commit a376b59
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion day09/d09.sh
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
echo -e "$(cat d09.in)\n1" | python3 ../day05/d05-intCode.py
echo -e "$(cat d09.in)\n1" | python3 ../day05/d05-intCode.py
echo -e "$(cat d09.in)\n2" | python3 ../day05/d05-intCode.py

0 comments on commit a376b59

Please sign in to comment.