diff options
-rwxr-xr-x | new | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -23,7 +23,4 @@ input = \$stdin.readlines.map(&:chomp) EOT chmod +x $day/part1 -cp $day/part1 $day/part2 - -echo "Give input:" -cat > $day/input +touch $day/input |
![]() |
index : Advent-of-Code-2017.git | |
Advent of Code answers for 2017 |
aboutsummaryrefslogtreecommitdiff |
-rwxr-xr-x | new | 5 |
@@ -23,7 +23,4 @@ input = \$stdin.readlines.map(&:chomp) EOT chmod +x $day/part1 -cp $day/part1 $day/part2 - -echo "Give input:" -cat > $day/input +touch $day/input |