go run main.go -day=2 -part=1 - will run day 2 part 1 code go run main.go -day=4 -part=2 -test=true - will run day 5 part 2 with test input make test - will run tests make build_day DAY=13 - to build day 13 skeleton