mirror of
https://forge.katzen.cafe/katzen-cafe/iowo.git
synced 2024-11-05 15:26:24 +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;
|