Advent of Code for 2022
https://adventofcode.com/
|
||
---|---|---|
Day1 | ||
Day2 | ||
Day3 | ||
.gitignore | ||
README.md |
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
.