iowo/testfiles/test.owo

12 lines
116 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 {
2024-06-05 07:57:08 +00:00
use gay:;uwu_meow::*;
2024-06-03 09:22:36 +00:00
def meow = uwu;
}