Skip to content

Commit dbb4710

Browse files
committed
day03
1 parent 30f5b55 commit dbb4710

File tree

3 files changed

+1373
-0
lines changed

3 files changed

+1373
-0
lines changed

day03/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)