ffi-simple/run.scm

(add-to-load-path (getcwd))
(use-modules (main))

(display (plus 1 2))
(newline)