iowo/testfiles/test.owo

10 lines
93 B
Text

use hello::meow;
def hello_world = meow [ 1 2 ];
def test
mod hello {
def meow = uwu;
}