test calls

This commit is contained in:
nora 2021-11-02 23:15:17 +01:00
parent 031217f6c6
commit 63c9d5300c
2 changed files with 151 additions and 28 deletions

View file

@ -1,7 +1,8 @@
fn fizzbuzz() {
let i = 0;
while i < 100 {
# don't have function calls yet :(
let out = single_fizzbuzz(i);
print(out);
}
}