iowo/testfiles/test.owo

11 lines
93 B
Text
Raw Normal View History

2024-06-03 10:05:38 +00:00
use hello::meow;
def hello_world = meow [ 1 2 ];
2024-06-03 09:22:36 +00:00
def test
mod hello {
def meow = uwu;
}