Skip to content

Commit bc5803c

Browse files
chore: added name for 2024/01 solution
1 parent 6d1d440 commit bc5803c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

solutions/year-2024/day-01/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ func main() {
1212
lines, _ := utilities.ReadLines(filepath)
1313

1414
result := solution(lines)
15-
utilities.PrintSolution("2024", 01, "", strconv.Itoa(result))
15+
utilities.PrintSolution("2024", 01, "Historian Hysteria", strconv.Itoa(result))
1616
}
1717

1818
func solution(lines []string) (result int) {

0 commit comments

Comments
 (0)