diff --git a/2017/day19/main.go b/2017/day19/main.go index 55dd559..c84c483 100644 --- a/2017/day19/main.go +++ b/2017/day19/main.go @@ -28,6 +28,8 @@ func main() { // Grab the window size if len(os.Args) > 1 { if os.Args[1] == "-print" { + fmt.Println("Not working right now... Sorry.") + os.Exit(1) printMap = true } } @@ -77,8 +79,6 @@ func main() { PrintStatus() } fmt.Println("Ctrl+C to Quit") - for { - } } func GetNodesAsString(nodes []byte) string {