Add Cuneiform hello-world

This commit is contained in:
Jorgen Brandt
2018-06-04 21:09:18 +02:00
parent 4b5ff1ef90
commit 29269ee968

6
c/cuneiform.cfl Normal file
View File

@@ -0,0 +1,6 @@
def greet() -> <out : Str>
in Bash *{
out="Hello world"
}*
( greet()|out );