Skip to content

Commit 72ae5d7

Browse files
committed
Add day9b
1 parent 660660f commit 72ae5d7

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

src/day09b.sh

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Author: Ishan Pranav
2+
# Copyright (c) 2023 Ishan Pranav
3+
# Licensed under the MIT license.
4+
5+
# Sensor Boost Part 2
6+
# Usage: ./day09a.sh <input_path>
7+
8+
echo -n "09b "
9+
echo 2 | ./../intcode.o $1

tools/test.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ cat ../alt02.csv | .././day02b.o
55
cat ../alt07.csv | .././day07a.o
66
cat ../alt07.csv | .././day07b.o
77
../src/./day09a.sh ../alt09.csv
8+
../src/./day09b.sh ../alt09.csv

0 commit comments

Comments
 (0)