https://github.com/njfdev/advent-of-code
https://github.com/njfdev/advent-of-code
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/njfdev/advent-of-code
- Owner: njfdev
- License: mit
- Created: 2022-12-01T17:07:59.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-12-17T01:11:05.000Z (over 1 year ago)
- Last Synced: 2025-01-27T06:13:42.856Z (over 1 year ago)
- Language: Python
- Size: 374 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Advent of Code
Hello, welcome to my collection of code samples for [Advent of Code](https://adventofcode.com). 2022 is the first year I am doing Advent of Code, so older years may be added to this repository after the fact.
The code is structured by year and then day for that year. You can find instructions and explanations in the `README.md` file for each day.
This is repository is a way to prove I did Advent of Code and a way for you to find solutions to Advent of Code. I highly recommend solving these problems on your own because you will learn a lot more. You can refer to this repository if you are stuck or if you want to compare your solutions to mine.
Happy Coding! 👨💻