1
0
This commit is contained in:
2022-12-01 00:59:58 -05:00
parent 25fb122377
commit 95db0b1fa8
4 changed files with 55 additions and 8 deletions
+2 -8
View File
@@ -2,12 +2,6 @@
Advent of Code for 2022
## How to contribute
# Branch format
To contribute to the Advent of Code 2022, please pull master and create a branch with your name.
Recommended folder structure is `{Day}\{Language}\{Part}`
## Tips
It is recommended to include small document on how the program works and how to compile & run the program.
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`.