Files
cproj/README.md
2025-08-27 08:36:27 +02:00

12 lines
115 B
Markdown

# C Project
A little template for C projects.
## Testing
In order to test the project run:
```sh
make test
```