Delete first_pro.nas

This commit is contained in:
Valk Richard Li
2020-06-19 00:09:06 +08:00
committed by GitHub
parent 2c08280ea4
commit 69f9722532

View File

@@ -1,6 +0,0 @@
print("hello world!\n");
print("This is the first program for nasal--\n");
var cnt=0;
for(var i=1;i<101;i+=1)
cnt+=i;
print(cnt);