Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
```