This commit is contained in:
Sacha Ligthert 2025-01-21 21:44:21 +01:00
parent 8ec56bc3d8
commit 0c31f7953d

View File

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