mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-19 05:39:17 +02:00
11 lines
215 B
Scheme
11 lines
215 B
Scheme
(import (scheme base)
|
|
(scheme write)
|
|
(cyclone foreign))
|
|
|
|
;(c-linker-options "-I/tmp")
|
|
(c-compiler-options "-I/tmp")
|
|
;(define c-compiler-options list)
|
|
;(c-linker-options "-I/tmp")
|
|
|
|
(display "hello")
|
|
|