1
0
Fork 0
Advent2022/README.md

7 lines
241 B
Markdown
Raw Permalink Normal View History

2022-11-18 13:50:57 +00:00
# Advent2022
2022-11-18 13:59:01 +00:00
Advent of Code for 2022
2022-12-01 05:59:58 +00:00
# Branch format
2022-11-18 13:59:01 +00:00
2022-12-07 23:15:02 +00:00
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`.