Give each function its own file.

This commit is contained in:
2025-01-28 18:12:03 +01:00
parent a314e945ed
commit b83d6bdde4
20 changed files with 411 additions and 386 deletions

View File

@ -6,7 +6,7 @@ import (
)
// Print solutions into a human friendly format for in the console.
func (export *Export) PrintHumanSolutions() {
func (export *Export) PrintHumanReadableSolutions() {
for solutionIndex, solution := range export.Controller.Solutions {
log.Printf("\nSolution #%d:", solutionIndex+1)
fmt.Println("╔═══════════╗")