mirror of
https://github.com/status-im/status-lib.git
synced 2025-02-07 01:53:54 +00:00
7 lines
137 B
Nim
7 lines
137 B
Nim
# TODO: Import all the files that contain {.exportc.}
|
|
import status/status
|
|
|
|
proc helloWorld() {.exportc, dynlib.} =
|
|
echo "hello world"
|
|
|