examples/hello: Update the example

Signed-off-by: Jacob Hrbek <kreyren@rixotstudio.cz>
This commit is contained in:
Jacob Hrbek 2022-08-28 06:52:59 +02:00
parent e8c09ce1f6
commit cc9277be47
Signed by: kreyren
GPG Key ID: 667F0DAFAF09BA2B

3
examples/hello.scm Normal file → Executable file

@ -8,6 +8,7 @@ exec guile -s "$0" "$@"
(initialize)
(: "hello" '()
(~ (display "Hello from potato-make!\n")))
(lambda ()
(display "Hello from potato-make!\n")))
(execute)