mirror of
1
0
Fork 0
ultimate-vim/sources_non_forked/guile.vim/test/nonsense.scm

8 lines
210 B
Scheme

#!/usr/local/bin/guile -s
!#
;;; This is a nonsense file, meant to test whether the file type is adjusted
;;; properly. The Guile detection itself is tested separately.
(display "Hello from Guile!")
(newline)