Add skeleton
This commit is contained in:
commit
08606832f8
6 changed files with 44 additions and 0 deletions
6
common.scm
Normal file
6
common.scm
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
(define (print . args)
|
||||
(display (apply string-append args))
|
||||
(newline))
|
||||
|
||||
(define (command-line-arguments)
|
||||
(cdr (command-line)))
|
||||
Loading…
Add table
Add a link
Reference in a new issue