mirror of
https://github.com/amix/vimrc
synced 2025-02-28 14:12:51 +08:00
8 lines
210 B
Scheme
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)
|