Delete b.txt

This commit is contained in:
Valk Richard Li
2019-08-22 18:26:00 +08:00
committed by GitHub
parent 446563142e
commit ec3a726d5c

View File

@@ -1,16 +0,0 @@
if(e==1)
print("hello world");
else if(e==2)
e=3;
else
print("error");
while(1)
{
print("m");
}
for(var i=1;i<9;i+=1)
print("h");
foreach(i;keys(e))
print("h");
forindex(i;keys(e))
print("h");