2022-11-18 13:50:57 +00:00
|
|
|
# Advent2022
|
|
|
|
|
2022-11-18 13:59:01 +00:00
|
|
|
Advent of Code for 2022
|
|
|
|
|
|
|
|
## How to contribute
|
|
|
|
|
|
|
|
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.
|