/
niceSOFT
/
guile
Обзор
Документация
Войти
/
niceSOFT
/
guile
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
examples/scripts/simple-hello.scm
16 строк
284 B
Martin Grabmüller
* scripts/README, scripts/hello.scm, safe/untrusted.scm,
15 июн 2001, 00:36
15 июн 2001, 00:36
673509f
Код
Авторство
О чём код?
;;; Commentary: ;;; This is the famous Hello-World-program, written for Guile. ;;; ;;; For an advanced version, see the script `hello' in the same ;;; directory. ;;; Author: Martin Grabmueller ;;; Date: 2001-05-29 ;;; Code: (display "Hello, World!") (newline) ;;; End of file.