day25
This commit is contained in:
3
main.go
3
main.go
@@ -21,6 +21,7 @@ import (
|
||||
"github.com/acw/advent2022/solutions/day22"
|
||||
"github.com/acw/advent2022/solutions/day23"
|
||||
"github.com/acw/advent2022/solutions/day24"
|
||||
"github.com/acw/advent2022/solutions/day25"
|
||||
"github.com/acw/advent2022/solutions/day3"
|
||||
"github.com/acw/advent2022/solutions/day4"
|
||||
"github.com/acw/advent2022/solutions/day5"
|
||||
@@ -85,6 +86,8 @@ func main() {
|
||||
day23.Run(os.Args[2])
|
||||
case "day24":
|
||||
day24.Run(os.Args[2])
|
||||
case "day25":
|
||||
day25.Run(os.Args[2])
|
||||
default:
|
||||
fmt.Println("PANIC! Unknown day.")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user