Hi! iam traying compile this code as a lib.so to use it in C code
lib.nim
proc fib(): cstring {.exportc.} = return "Hi From Nim"
how can i do it ?