1
0
Fork 0

Fixed readme typo

This commit is contained in:
Marcus Penate 2022-12-07 18:15:02 -05:00
parent e8b377e008
commit 8fe274116c
1 changed files with 1 additions and 1 deletions

View File

@ -4,4 +4,4 @@ Advent of Code for 2022
# Branch format # 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`. 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`.