Skip to content

Commit ffee132

Browse files
committed
fuck day 9
1 parent aa5d435 commit ffee132

File tree

11 files changed

+2394
-0
lines changed

11 files changed

+2394
-0
lines changed

day09.sh

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
#! /bin/bash
2+
3+
CHALLENGE=day09
4+
5+
go build -o $(pwd)/bin/$CHALLENGE ./$CHALLENGE/*.go
6+
7+
echo "Tests"
8+
cat $CHALLENGE/input_test_01.txt | bin/$CHALLENGE debug
9+
10+
echo "Solution"
11+
cat $CHALLENGE/input.txt | bin/$CHALLENGE

0 commit comments

Comments
 (0)