dilaria/test.sl
2021-10-31 18:30:57 +01:00

6 lines
No EOL
64 B
Text

fn test() {
let uwu = 2;
if uwu {
print;
}
}