solve.go
changeset 10 8dc05ff5dbe2
parent 6 110d38ae22cd
--- a/solve.go	Sun Oct 16 11:52:01 2016 +0200
+++ b/solve.go	Sun Oct 16 12:20:29 2016 +0200
@@ -1,5 +1,11 @@
+// Copyright (C) 2016 Mikael Berthe <mikael@lilotux.net>. All rights reserved.
+// Use of this source code is governed by the MIT license,
+// which can be found in the LICENSE file.
+
 package takuzu
 
+// This file contains the methods used to solve a takuzu puzzle.
+
 import (
 	"fmt"
 	"log"