Day 1
This commit is contained in:
@@ -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`.
|
||||
Reference in New Issue
Block a user