12 lines
115 B
Markdown
12 lines
115 B
Markdown
# C Project
|
|
|
|
A little template for C projects.
|
|
|
|
## Testing
|
|
|
|
In order to test the project run:
|
|
|
|
```sh
|
|
make test
|
|
```
|