mirror of
https://github.com/Noratrieb/dilaria.git
synced 2026-01-14 17:35:03 +01:00
6 lines
No EOL
64 B
Text
6 lines
No EOL
64 B
Text
fn test() {
|
|
let uwu = 2;
|
|
if uwu {
|
|
print;
|
|
}
|
|
} |