Delete template.txt

This commit is contained in:
Valk Richard Li 2019-10-01 23:06:54 +08:00 committed by GitHub
parent 07883a9e3b
commit d45fbdec9b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 14 deletions

View File

@ -1,14 +0,0 @@
var e=1;
var e="str";
var e='str';
var e=e;
var e=e[0];
var e=e();
var e=[];
var e={};
var e=func{
return {parent:[class]};
}