Skip to content

Commit e39860a

Browse files
committed
Add Cuneiform example
1 parent c0c8d83 commit e39860a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

cuneiform.cfl

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
def greet() -> <out : Str>
2+
in Bash *{
3+
out="Hello world"
4+
}*
5+
6+
( greet()|out );

0 commit comments

Comments
 (0)