This repository contains my solutions for the Advent of Code challenges. Each year is organized into its own folder, with the corresponding problems and solutions.
year/2024/
: Folder for each year.day1/
,day2/
, ...: Solutions for each day.testdata/
- Test input filesgo/
,ts/
,rust/
- Implementations
- Example: Day 1
- Clone the repository:
git clone https://github.com/illiafox/adventofcode.git
- Navigate to the appropriate folder:
cd year/2024/day1
- (Optional) Add your inputs into
testdata
foldercp /path/myinput.txt testdata/
- Choose and run any available implementation:
# For golang go run go/main.go testdata/input.txt # or testdata/myinput.txt
I'm participating in a private leaderboard with code 3470240-72ff333e
.
To join it, visit Private Leaderboards page and enter the code above
Please refer to CONTRIBUTING.md
- Tests
- Day 9
This repository is open-source and available under the BSL-1.0 license.