Skip to content

Commit 37d0993

Browse files
committed
day 4 - part 1
1 parent 40bd0d2 commit 37d0993

File tree

5 files changed

+1078
-0
lines changed

5 files changed

+1078
-0
lines changed

day04.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#! /bin/bash
2+
3+
go build -o $(pwd)/bin/day04 ./day04/*.go && bin/day04 $(pwd)/day04/input_test.txt
4+
5+
go build -o $(pwd)/bin/day04 ./day04/*.go && bin/day04 $(pwd)/day04/input.txt

0 commit comments

Comments
 (0)