Skip to content

Commit 8cc726a

Browse files
committed
day04
1 parent dbb4710 commit 8cc726a

File tree

3 files changed

+1158
-0
lines changed

3 files changed

+1158
-0
lines changed

day04/Makefile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
.PHONY: all clean run
2+
all:
3+
go build
4+
clean:
5+
go clean
6+
run:
7+
go run main.go < input.txt

0 commit comments

Comments
 (0)