Simplify GOOPS effective method cache format
[bpt/guile.git] / examples / scripts / simple-hello.scm
CommitLineData
2de7ddb7
MG
1;;; Commentary:
2
3;;; This is the famous Hello-World-program, written for Guile.
4;;;
5;;; For an advanced version, see the script `hello' in the same
6;;; directory.
7
8;;; Author: Martin Grabmueller
9;;; Date: 2001-05-29
10
11;;; Code:
12
13(display "Hello, World!")
14(newline)
673509f8
MG
15
16;;; End of file.