Skip to content

igorwulff/advent-of-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages