build.go
changeset 10 8dc05ff5dbe2
parent 0 00371339bbcc
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 
     1 package takuzu
     5 package takuzu
       
     6 
       
     7 // This file contains the functions and methods used to build a new takuzu
       
     8 // puzzle.
     2 
     9 
     3 import (
    10 import (
     4 	"fmt"
    11 	"fmt"
     5 	"log"
    12 	"log"
     6 	"math/rand"
    13 	"math/rand"