Categorygithub.com/pcjun97/advent-of-code
repository
0.0.0-20241120172826-4b74f64709c8
Repository: https://github.com/pcjun97/advent-of-code.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

# README

Advent of Code

Advent of Code is an annual programming challenge, where you are given a series of puzzles to solve using code. The puzzles increase in difficulty as the event progresses, and the event typically runs from December 1st to December 25th.

Contents

This repository contains my solutions to the Advent of Code puzzles, implemented in the language of my choice, organized by year and day.

Usage

To use these solutions, simply clone this repository and navigate to the directory containing the solution you want to use. You will need to have the appropriate language runtime installed on your system in order to run the solution.

Here is an example of how you might run one of the solutions in this repository:

$ cd 2022/04
$ go build && ./04
599
928

Contributing

If you have a better solution to any of the puzzles, or if you have any suggestions or feedback, I would love to hear from you! Simply open an issue or submit a pull request, and I will be happy to review and incorporate your changes.

License

This repository is licensed under the MIT License. See LICENSE for details.