mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-16 09:17:35 +02:00
Temporary test file
This commit is contained in:
parent
e782030d06
commit
ff634d8e18
1 changed files with 9 additions and 0 deletions
9
test2.scm
Normal file
9
test2.scm
Normal file
|
@ -0,0 +1,9 @@
|
|||
(import (scheme base)
|
||||
(scheme file))
|
||||
|
||||
(with-output-to-file
|
||||
"test.out"
|
||||
(lambda ()
|
||||
(write 'hello)
|
||||
(display " ")
|
||||
(display 'world)))
|
Loading…
Add table
Reference in a new issue