1
0
Fork 0
Advent of Code for 2022 https://adventofcode.com/
Go to file
Marcus Penate 8e30a8fea1 Day8 2022-12-08 16:48:06 -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
Day6 Day 6 2022-12-06 00:43:03 -05:00
Day7 Day 7 2022-12-07 01:38:31 -05:00
Day8 Day8 2022-12-08 16:48:06 -05:00
.gitignore Day 1 2022-12-01 00:59:58 -05:00
README.md Fixed readme typo 2022-12-07 18:15:02 -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 inputX and run the program with ./partX < inputX.