Delete test.txt

This commit is contained in:
Valk Richard Li 2019-11-09 17:01:27 +08:00 committed by GitHub
parent 48f774cb85
commit 851602ed9d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 23 deletions

View File

@ -1,23 +0,0 @@
var a=1;
var b=2;
var c="string";
var d='str';
var e=[];
var f={};
var g=[0,'str',[],{}];
var h={
va1:1,
va2:"str",
va3:'s',
va4:[],
va5:{fuck:0}
};
a=2;
b=3;
c="hello world!";
var i=func(v1,v2,v3){return [0,0,0];};
107374;
"str";
'fuck';
a;
z;