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 d6992a9 commit b084ddcCopy full SHA for b084ddc
2024/day01/main.go
@@ -6,7 +6,7 @@ import (
6
"os"
7
"strings"
8
9
- "github.com/kfarnung/advent-of-code/2020/lib"
+ "github.com/kfarnung/advent-of-code/2024/lib"
10
)
11
12
func part1(input string) int64 {
2024/day01/main_test.go
@@ -4,7 +4,7 @@ import (
4
5
"testing"
"github.com/stretchr/testify/assert"
2024/go.mod
@@ -1,6 +1,6 @@
1
-module github.com/kfarnung/advent-of-code/2020
+module github.com/kfarnung/advent-of-code/2024
2
3
-go 1.19
+go 1.23
require github.com/stretchr/testify v1.10.0
0 commit comments