Skip to content

Commit aec66b5

Browse files
author
Josh Kramer
committedDec 11, 2022
Make more readable
1 parent 4566700 commit aec66b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎2022/puzzle10.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ func puzzle10(scanner *bufio.Scanner) {
4545
if diff <= 1 {
4646
fmt.Printf("#")
4747
} else {
48-
fmt.Printf(".")
48+
fmt.Printf(" ")
4949
}
5050
}
5151
fmt.Print("\n")

0 commit comments

Comments
 (0)
Failed to load comments.