1st: fix typo

This commit is contained in:
Daniel Aberger
2021-12-02 16:12:40 +01:00
parent 7d6fc6361c
commit 692ff760d2
+1 -1
View File
@@ -10,7 +10,7 @@ import (
func Run() { func Run() {
fmt.Printf("1st solution: %d\n", solveFirst()) fmt.Printf("1st solution: %d\n", solveFirst())
fmt.Printf("1nd solution: %d\n", solveSecond()) fmt.Printf("2nd solution: %d\n", solveSecond())
} }
func readInput() []int { func readInput() []int {