repositorypackage
0.0.0-20241220203812-fe6b9ca07aeb
Repository: https://github.com/igorwulff/advent-of-code.git
Documentation: pkg.go.dev
# README
Advent of Code - Igor Wulff
This repository contains my personal solutions for the Advent of Code (AoC) challenges. It is built on the aoc-skeleton repository.
Getting Started
-
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
Project Structure
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.
Contributing
Feel free to open issues or submit pull requests if you find any bugs or have suggestions for improvements.
License
This project is licensed under the MIT License.