https://github.com/fcusson/advent_of_code
https://github.com/fcusson/advent_of_code
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/fcusson/advent_of_code
- Owner: fcusson
- License: gpl-3.0
- Created: 2023-07-28T16:58:59.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-29T16:02:28.000Z (almost 3 years ago)
- Last Synced: 2025-02-15T05:19:25.209Z (over 1 year ago)
- Language: Python
- Size: 34.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# advent_of_code
This is a repo for me to keep my most recent solution to advent of code.
Currently, the project is in Python, but could expend to most language if I
want to try and tackle a different challenge.
## Structure
All the code is in the `./src/` directory. All days have there
separate files. So `./src/python/2022/day_1.py` is day 1 of the 2022 advent of
code.
At the same time, data for the advent of code challenge is in the data folder
under the same structure.