Create e.ts

This commit is contained in:
Alchemy 2018-12-10 16:08:59 +08:00 committed by GitHub
parent 351c6c7802
commit 1e45328f67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

3
e.ts Normal file
View File

@ -0,0 +1,3 @@
while(true) {
console.log('e');
}