Start of godoc comments. Closes #5
This commit is contained in:
parent
c73c88679a
commit
c72bc6b0e5
@ -6,6 +6,7 @@ import (
|
||||
"strconv"
|
||||
)
|
||||
|
||||
// The main loop that orchastrates all the logic.
|
||||
func Run() {
|
||||
// Instantiate the Solver interface
|
||||
solver := Solver{}
|
||||
|
@ -4,6 +4,7 @@ import (
|
||||
"sync/atomic"
|
||||
)
|
||||
|
||||
// Struct/Interface containing all the important variabes it functions need access to.
|
||||
type Solver struct {
|
||||
blocks []int
|
||||
row1 string
|
||||
|
Loading…
x
Reference in New Issue
Block a user