Files
nimproj/README.md
2025-09-03 11:08:55 +02:00

19 lines
247 B
Markdown

## Nimproj
A little template for Nim projects.
## Development
This project uses [nimble](https://github.com/nim-lang/nimble#readme), in order to run the project use:
```
nimble run
```
## Testing
To test the project run:
```
nimble test
```