8000 initial commit · jamesjarvis/adventofcode@8ee07ea · GitHub
[go: up one dir, main page]

Skip to content

Commit 8ee07ea

Browse files
committed
initial commit
1 parent 7c01e45 commit 8ee07ea

File tree

5 files changed

+2022
-0
lines changed

5 files changed

+2022
-0
lines changed

.vscode/settings.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"go.inferGopath": false
3+
}

01/go.mod

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
module github.com/jamesjarvis/adventofcode/01
2+
3+
go 1.17

0 commit comments

Comments
 (0)
0