Categorygithub.com/igorwulff/advent-of-code
repositorypackage
0.0.0-20241220203812-fe6b9ca07aeb
Repository: https://github.com/igorwulff/advent-of-code.git
Documentation: pkg.go.dev

# Packages

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

# 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

  1. Clone the repository:

    git clone https://github.com/igorwulff/advent-of-code.git
    cd advent-of-code
    
  2. Install dependencies:

    go mod tidy
    
  3. 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.