mirror of
https://github.com/wahyd4/zombie.git
synced 2026-08-09 04:35:54 +10:00
Some tidy up
This commit is contained in:
+3
-1
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user