mirror of
https://forge.katzen.cafe/katzen-cafe/iowo.git
synced 2024-11-05 23:36:23 +01:00
9 lines
74 B
Plaintext
9 lines
74 B
Plaintext
def hello_world = meow [ 1 2 ]
|
|
|
|
def test
|
|
|
|
mod hello {
|
|
def meow = uwu;
|
|
}
|
|
|