1
0
Fork 0
Advent of Code for 2022 https://adventofcode.com/
Go to file
Marcus Penate b92b49fe98 Day 5 2022-12-06 00:43:03 -05:00
Day1 Day 1 2022-12-01 00:59:58 -05:00
Day2 Day 2 2022-12-02 23:47:49 -05:00
Day3 Day 3 2022-12-03 20:07:00 -05:00
Day4 Day 4 2022-12-04 01:28:35 -05:00
Day5 Day 5 2022-12-06 00:43:03 -05:00
.gitignore Day 1 2022-12-01 00:59:58 -05:00
README.md Day 3 2022-12-03 20:07:00 -05:00

README.md

Advent2022

Advent of Code for 2022

Branch format

Uploading code files at partX.cpp in each day's folder. Compile the part with g++ partX.cpp -o partX. Download your input file as inptuX and run the program with ./partX < inputX.