remove prints

This commit is contained in:
nora 2021-12-31 17:11:14 +01:00
parent 9ed7998401
commit f222e0cb10
3 changed files with 14 additions and 22 deletions

View file

@ -1,9 +1 @@
let x = 5;
print x + 4;
let test = x + 6 * 159353.004;
print test;
if x > test {
print "lmao";
}
print "hi brit";