Files
china-dictatorship/hello-world/c/Cuneiform.cfl
Ciro Santilli 3e40ac19d9 hello-world
2021-03-24 00:00:01 +00:00

7 lines
79 B
Plaintext

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