Module docgen_sample

Search:
Group by:

This module is a sample.

Procs

proc helloWorld(times: int) {.
raises: [], tags: []
.}
Takes an integer and outputs as many "hello world!"s   Source Edit