Fixed readme typo
This commit is contained in:
parent
e8b377e008
commit
8fe274116c
|
@ -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`.
|
Loading…
Reference in New Issue