Add skeleton

This commit is contained in:
cælōrum spectātrīx 2025-12-01 19:52:38 +01:00
commit 08606832f8
6 changed files with 44 additions and 0 deletions

6
common.scm Normal file
View file

@ -0,0 +1,6 @@
(define (print . args)
(display (apply string-append args))
(newline))
(define (command-line-arguments)
(cdr (command-line)))