Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mstgnz/advent-of-code
Advent of Code - Go Solution
https://github.com/mstgnz/advent-of-code
go golang
Last synced: 1 day ago
JSON representation
Advent of Code - Go Solution
- Host: GitHub
- URL: https://github.com/mstgnz/advent-of-code
- Owner: mstgnz
- License: mit
- Created: 2023-10-26T20:34:25.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-25T21:22:10.000Z (about 1 year ago)
- Last Synced: 2024-06-19T23:08:50.709Z (7 months ago)
- Topics: go, golang
- Language: Go
- Homepage: https://adventofcode.com
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 223
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
This repository is for storing and sharing solutions to the [Advent of Code](https://adventofcode.com) programming puzzles. Each year, throughout the month of December, a new puzzle is released every day, and this repository contains the solutions to those puzzles.
## How to Use
1. **Solve the Puzzles:** To solve the puzzle of each day, clone this repository and navigate to the folder of the respective day. Add your code there.
2. **Share Your Solutions:** If you wish, you can upload your own solutions to this repository. Feel free to submit a pull request to share your solution with other participants.
3. **Review Others' Solutions:** You can use this repository to review and learn from the solutions of other participants.
## Contributing
1. If you'd like to contribute to this repository, don't hesitate to submit a pull request. Please include a description in your pull request that explains your solution and the problem statement.
2. When uploading your solutions, make sure your code is in a working and readable state. Including tests that validate your code's functionality or providing example inputs/outputs can be helpful.
## License
This project is licensed under the MIT License. For more information, see the [LICENSE](LICENSE) file.
---
Have fun and learn while solving Advent of Code puzzles! Good luck!