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

8 lines
210 B
Scheme
Raw Normal View History

2022-05-27 22:42:11 -04:00
#!/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)