Some tidy up

This commit is contained in:
2020-03-15 19:55:00 +11:00
parent 32968ab65b
commit 863316e5f9
+3 -1
View File
@@ -5,8 +5,10 @@ import (
"log"
)
const input = "input.txt"
func main() {
application, err := zombie.Init("input.txt")
application, err := zombie.Init(input)
if err != nil {
log.Panicf("failed to init application: %v", err)
}