fixed syntax
This commit is contained in:
parent
5500c9890a
commit
645ebc97dd
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user