status-lib/statuslib.nim
RichΛrd efe2790db6
feat: dynamic library - pt1 (#9)
* feat: statuslib dynamic library

* fix: library versions
2021-09-10 11:29:10 -04:00

7 lines
137 B
Nim

# TODO: Import all the files that contain {.exportc.}
import status/status
proc helloWorld() {.exportc, dynlib.} =
echo "hello world"