takuzu.go
changeset 10 8dc05ff5dbe2
parent 8 955d3add9426
equal deleted inserted replaced
9:4b3436c03726 10:8dc05ff5dbe2
       
     1 // Copyright (C) 2016 Mikael Berthe <mikael@lilotux.net>. All rights reserved.
       
     2 // Use of this source code is governed by the MIT license,
       
     3 // which can be found in the LICENSE file.
       
     4 
       
     5 // Package takuzu provides functions to solve, build or validate takuzu
       
     6 // puzzles.
     1 package takuzu
     7 package takuzu
     2 
     8 
     3 import (
     9 import (
     4 	"bytes"
    10 	"bytes"
     5 	"fmt"
    11 	"fmt"