gotak/gotak.go
changeset 5 733df0275d78
parent 1 6a396d691a7d
child 10 8dc05ff5dbe2
equal deleted inserted replaced
4:4ad659431711 5:733df0275d78
   140 			log.Println(err)
   140 			log.Println(err)
   141 			os.Exit(1)
   141 			os.Exit(1)
   142 		}
   142 		}
   143 		if !full {
   143 		if !full {
   144 			tak.DumpBoard()
   144 			tak.DumpBoard()
       
   145 			fmt.Println()
       
   146 			if *out {
       
   147 				tak.DumpString()
       
   148 			}
   145 			log.Println("The takuzu could not be completed using trivial methods.")
   149 			log.Println("The takuzu could not be completed using trivial methods.")
   146 			os.Exit(2)
   150 			os.Exit(2)
   147 		}
   151 		}
   148 
   152 
   149 		log.Println("The takuzu is correct and complete.")
   153 		log.Println("The takuzu is correct and complete.")