6 lines
161 B
Scheme
6 lines
161 B
Scheme
|
|
(dynamic-call "scm_init_example_module" (dynamic-link "./libexample"))
|
|
|
|
(format (current-error-port) "TODO: code to demonstrate the class example\n")
|
|
|
|
(exit 0)
|