summaryrefslogtreecommitdiff
path: root/doc/hello-world.scm
blob: 262b99faf66b5b36bd382853a75e5c86307b22d4 (plain)
1
2
3
4
5
(define print
  (command #:run "echo" (input 'message #:type 'string)))

(workflow ((message #:type string))
  (print #:message message))