Skip to content

Commit a594143

Browse files
committed
Day3
1 parent 1db00c3 commit a594143

17 files changed

+432
-6
lines changed

day01.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#! /bin/bash
2+
3+
go run ./day01/main.go $(pwd)/day01/input.txt
File renamed without changes.
File renamed without changes.
File renamed without changes.

day02.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#! /bin/bash
2+
3+
go build -o $(pwd)/bin/day02 ./day02/*.go && bin/day02 $(pwd)/day02/input.txt
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)