We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d1d440 commit bc5803cCopy full SHA for bc5803c
solutions/year-2024/day-01/main.go
@@ -12,7 +12,7 @@ func main() {
12
lines, _ := utilities.ReadLines(filepath)
13
14
result := solution(lines)
15
- utilities.PrintSolution("2024", 01, "", strconv.Itoa(result))
+ utilities.PrintSolution("2024", 01, "Historian Hysteria", strconv.Itoa(result))
16
}
17
18
func solution(lines []string) (result int) {
0 commit comments