Files
nimproj/README.md
2025-09-02 08:24:54 +02:00

11 lines
114 B
Markdown

## Nimpro
A little template for Nim projects.
## Testing
In order to test the project run:
```
nimble test
```