📝 update test files

This commit is contained in:
ValKmjolnir
2022-05-17 18:22:24 +08:00
parent 9364789896
commit 387d44f9cb
29 changed files with 4 additions and 46 deletions
-2
View File
@@ -1,5 +1,3 @@
import("lib.nas");
var is_prime=func(x){
for(var i=2;i<x;i+=1)
if(x/i==int(x/i))