Files
hello-world/c/cuneiform.cfl
2018-08-22 01:37:32 -03:00

7 lines
79 B
Plaintext
Executable File

def greet() -> <out : Str>
in Bash *{
out="Hello world"
}*
( greet()|out );