Hi, this repo will contain some code for the 2024 Advent of Code. If you'd like to contribute, please add your soluton in a folder with your name and your language used, in the folder for the appropriate day. For example,
├── aoc_2023
│ ├── day_01
│ │ ├── bob_cpp
│ │ ├── alice_python
│ ├── day_02
│ │ ├── bill_zig
│ │ ├── bob_python
I added the starting templates from previous years to the samples folder here, also feel free to use the solutions from 2022 or 2023 as starting points.
Feel free to fork, push to a branch on this repo, or just push to main (just make sure you're not accidentaly deleting someone else's work). If you feel like it, include your name in the license file; it almost certainly won't matter, but it's neat.