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