Fix typo in day 6 golang comment

This commit is contained in:
Nic
2025-12-07 15:45:35 +01:00
parent 1393ccbcf6
commit 7b3057168a

View File

@@ -79,7 +79,7 @@ func Level1(rows []string) int {
return sum
}
// Level2 solves the riddle for the first star
// Level2 solves the riddle for the second star
func Level2(rows []string) int {
// init
sum := 0