Add basic instructions to README

This commit is contained in:
karl 2020-12-02 19:40:18 +01:00
parent daae332e5e
commit 14001389ac

View File

@ -1,2 +1,7 @@
# cpp-template
## Instructions
- Formatting: `./format.sh`
- Building: `make`
- Running: `./program.out`