Fix typo in day 6 golang comment
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user