f u n c t i o n

This commit is contained in:
nora 2022-01-17 15:31:23 +01:00
parent 83803959b6
commit 64f3ffd2a8
3 changed files with 41 additions and 9 deletions

View file

@ -1,5 +1,3 @@
let i = 0;
while i < 100_000_000 {
i = i + 1;
fn test(uwu) {
let owo = 5;
}