2023 Day 17 Complete
This commit is contained in:
@@ -3,14 +3,14 @@ package main
|
||||
import (
|
||||
"fmt"
|
||||
|
||||
"../../"
|
||||
h "git.bullercodeworks.com/brian/adventofcode/helpers"
|
||||
)
|
||||
|
||||
// pt1 input: 3014387
|
||||
func main() {
|
||||
partOne := aoc.ArgIsSet("-1")
|
||||
partOne := h.ArgIsSet("-1")
|
||||
num := 3014387
|
||||
if aoc.ArgIsSet("-test") {
|
||||
if h.ArgIsSet("-test") {
|
||||
num = 5 // Example
|
||||
}
|
||||
firstElf := CreateElf(1)
|
||||
|
Reference in New Issue
Block a user