1
0
This commit is contained in:
2022-12-03 20:07:00 -05:00
parent cef11b36ff
commit 63db42f55a
3 changed files with 75 additions and 1 deletions
+1 -1
View File
@@ -4,4 +4,4 @@ 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`.
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`.