1
0
Files
Advent2022/README.md
T
2022-12-01 00:59:58 -05:00

7 lines
240 B
Markdown

# Advent2022
Advent of Code for 2022
# Branch format
Uploading code files at partX.cpp in each days folder. Compile the part with `g++ partX.cpp -o partX`. Download your input file as `inptuX` and run the program with `./partX < inputX`.