Merge pull request #460 from joergen7/master
Add Cuneiform hello-world https://www.cuneiform-lang.org/
This commit is contained in:
6
c/cuneiform.cfl
Normal file
6
c/cuneiform.cfl
Normal file
@@ -0,0 +1,6 @@
|
||||
def greet() -> <out : Str>
|
||||
in Bash *{
|
||||
out="Hello world"
|
||||
}*
|
||||
|
||||
( greet()|out );
|
||||
Reference in New Issue
Block a user