dilaria/test.dil

6 lines
51 B
Text

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