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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 6 deletions

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);