guile-goblins-rs/hello.scm

4 lines
99 B
Scheme

(display "hello from guile\n")
(hello-from-rust)
(use-modules (ice-9 readline))
(activate-readline)