examples/hello: Update the example
Signed-off-by: Jacob Hrbek <kreyren@rixotstudio.cz>
This commit is contained in:
parent
e8c09ce1f6
commit
cc9277be47
3
examples/hello.scm
Normal file → Executable file
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)
|
||||
|
Loading…
Reference in New Issue
Block a user