7 lines
79 B
Plaintext
7 lines
79 B
Plaintext
![]() |
def greet() -> <out : Str>
|
||
|
in Bash *{
|
||
|
out="Hello world"
|
||
|
}*
|
||
|
|
||
|
( greet()|out );
|