mirror of
https://forge.katzen.cafe/katzen-cafe/iowo.git
synced 2024-11-05 15:26:24 +01:00
12 lines
116 B
Plaintext
12 lines
116 B
Plaintext
use hello::meow;
|
|
|
|
def hello_world = meow [ 1 2 ];
|
|
|
|
def test
|
|
|
|
mod hello {
|
|
use gay:;uwu_meow::*;
|
|
def meow = uwu;
|
|
}
|
|
|