2018 day06 solution, patch 2020 scripts missing flag.Parse()

This commit is contained in:
alexchao26
2020-11-29 20:03:29 -05:00
parent f1e7900b8b
commit 1cac95e4f9
31 changed files with 291 additions and 0 deletions
+1
View File
@@ -50,6 +50,7 @@ import (
func main() {
var part int
flag.IntVar(&part, "part", 1, "part 1 or 2")
flag.Parse()
fmt.Println("Running part", part)
if part == 1 {