We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4566700 commit aec66b5Copy full SHA for aec66b5
2022/puzzle10.go
@@ -45,7 +45,7 @@ func puzzle10(scanner *bufio.Scanner) {
45
if diff <= 1 {
46
fmt.Printf("#")
47
} else {
48
- fmt.Printf(".")
+ fmt.Printf(" ")
49
}
50
51
fmt.Print("\n")
0 commit comments