1
0
Fork 0
compile-r7rs/r6rs-php-testfiles/main.sps

6 lines
86 B
Scheme

#!r6rs
(import (rnrs)
(rnrs programs))
(display "Test successfull")
(newline)