Sacha Ligthert 1 anno fa
parent
commit
0c31f7953d
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      solver/solver.go

+ 1 - 0
solver/solver.go

@@ -5,6 +5,7 @@ import (
 )
 
 func Run() {
+	// Instantiate the Solver interface
 	solver := Solver{}
 
 	// TODO: Move to args