repo2html/foo.scm

5 lines
68 B
Scheme

#!/usr/bin/csi -s
(import (utils))
(print (substring* "foo" 1 2))