This repository contains my personal solutions for the Advent of Code (AoC) challenges. It is built on the aoc-skeleton repository.
-
Clone the repository:
git clone https://github.com/igorwulff/advent-of-code.git cd advent-of-code
-
Install dependencies:
go mod tidy
-
Run the application:
go run main.go
main.go
: Entry point of the application.2024/day1/part1.go
: Solution for Day 1, Part 1.2024/day1/part1_test.go
: Tests for Day 1, Part 1.2024/day1/input.txt
: Input data for Day 1.2024/day1/sample.txt
: Sample input data for Day 1.
Feel free to open issues or submit pull requests if you find any bugs or have suggestions for improvements.
This project is licensed under the MIT License.