Added "How to use?" section

This commit is contained in:
Kenneth Bruen 2021-11-21 00:53:17 +02:00
parent eabf588389
commit c59cb5ac2a
Signed by: kbruen
GPG key ID: C1980A470C3EE5B1

View file

@ -2,7 +2,13 @@
Why? Why not.
## How to run?
## How to use?
```cpp
#include "dynarray.hpp"
```
## How to run example?
### Got make?