1
0
Fork 0

Update 'README.md'

This commit is contained in:
Justin Parsell 2022-11-18 08:59:01 -05:00
parent 1dc07693cb
commit 25fb122377
1 changed files with 11 additions and 1 deletions

View File

@ -1,3 +1,13 @@
# Advent2022
Advent of Code for 2022
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.