Delete first_pro.nas
This commit is contained in:
parent
2c08280ea4
commit
69f9722532
|
@ -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);
|
|
Loading…
Reference in New Issue