dilaria/test.dil
2022-01-18 21:43:16 +01:00

10 lines
72 B
Text

fn test() {
print "yo wtf";
}
test();
test();
fn uwu() {}
uwu();