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