Categorygithub.com/gstoaldo/advent-of-code-2024
repository
0.0.0-20241217125153-d62d6e3459dd
Repository: https://github.com/gstoaldo/advent-of-code-2024.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# README

advent-of-code-2024

https://adventofcode.com/2024

how to run

Change directory to desired day.

$ cd 01

Run Part 1 and Part 2 solutions with the puzzle input:

$ go run .

Run Part 1 and Part 2 solutions with example input:

$ go run . example1.txt

Run tests:

$ go test

create new day using template

Enter day number (D) as argument. Example:

$ sh template.sh 3