Skip to content

Commit 63ed9be

Browse files
committed
chore: Setup for day1
1 parent 0730384 commit 63ed9be

File tree

4 files changed

+13
-0
lines changed

4 files changed

+13
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Advent of Code 2024
2+
3+
![Go Badge](https://img.shields.io/badge/-Go-0084c0?style=flat&labelColor=00ADD8&logo=go&logoColor=white)
4+
5+
This repo holds my solutions to the [Advent of Code 2024](https://adventofcode.com/2024), written in the Go programming language.

day1/.gitignore

Whitespace-only changes.

day1/go.mod

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
module github.com/truggeri/adventofcode2024/day1
2+
3+
go 1.23.4

day1/main.go

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
package main
2+
3+
func main() {
4+
5+
}

0 commit comments

Comments
 (0)