19 lines
247 B
Markdown
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
|
|
``` |