Day 18 Complete

This commit is contained in:
2016-12-18 09:32:37 -06:00
parent 5ccafb37c4
commit 708d883e94
7 changed files with 228 additions and 7 deletions

View File

@@ -102,9 +102,6 @@ func currPos(path string) (int, int) {
return cX, cY
}
func PrintState(path, passcode string) {
}
func printUsageAndExit() {
fmt.Println("Usage: ./day17 <passcode> <gridWidth> <gridHeight>")
os.Exit(0)