Improve tests

This commit is contained in:
nazrin 2025-06-02 02:58:54 +00:00
parent b0d934707b
commit a1acefab0e
4 changed files with 21 additions and 2 deletions

View file

@ -1,10 +0,0 @@
var a = 0;
var temp;
for(var b = 1; a < 10000; b = temp + b){
print a;
temp = a;
a = b;
}