fixed syntax

This commit is contained in:
Kreyren 2021-12-07 21:13:26 +00:00 committed by GitHub
parent 5500c9890a
commit 645ebc97dd
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

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