This commit is contained in:
nora 2021-10-31 18:30:57 +01:00
parent aa0a9cb0e5
commit 1824c9839f
4 changed files with 127 additions and 41 deletions

View file

@ -1 +1,6 @@
(1 + 5 and 5) / 2;
fn test() {
let uwu = 2;
if uwu {
print;
}
}