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