change project structure

version 3.0
This commit is contained in:
Valk Richard Li
2020-10-23 14:53:04 +08:00
parent 479eb457c9
commit 84f09cb932
91 changed files with 8428 additions and 26899 deletions
+6
View File
@@ -0,0 +1,6 @@
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);