mirror of
https://forge.katzen.cafe/katzen-cafe/iowo.git
synced 2024-11-05 23:36:23 +01:00
5 lines
85 B
Plaintext
5 lines
85 B
Plaintext
|
def main = meow | test;
|
||
|
def test = meow [ hello: $foo, world: @bar];
|
||
|
|
||
|
def uwu = owo;
|