mirror of
https://github.com/logos-storage/logos-storage-nim.git
synced 2026-01-10 17:33:09 +00:00
Needs to be proved out by doing a port of leopard's benchmark tool to Nim, i.e. there are still some questions re: parameter types
7 lines
96 B
Nim
7 lines
96 B
Nim
import pkg/dagger/leopard
|
|
|
|
let lin = leo_init()
|
|
|
|
echo ""
|
|
echo "leo_init() return code: " & $lin
|