Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/devlights/try-nim
This is my TUTORIAL project for Nim.
https://github.com/devlights/try-nim
examples nim nim-lang samples tutorials
Last synced: 20 days ago
JSON representation
This is my TUTORIAL project for Nim.
- Host: GitHub
- URL: https://github.com/devlights/try-nim
- Owner: devlights
- License: mit
- Created: 2022-08-10T04:16:35.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-10T05:56:28.000Z (over 2 years ago)
- Last Synced: 2024-10-31T18:43:04.248Z (2 months ago)
- Topics: examples, nim, nim-lang, samples, tutorials
- Language: Nim
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# try-nim
This is my TUTORIAL project for Nim.
# HOW TO
## Build
```sh
$ task build
```## Clean
```sh
$ task clean
```## Run
```sh
$ task run
```## Test
```sh
$ task test
```