This commit is contained in:
Philipp Kunz
2016-01-14 19:25:36 +01:00
parent 661dd71025
commit 47b8f6e876
12 changed files with 192 additions and 5 deletions

3
test/ts/index.ts Normal file
View File

@@ -0,0 +1,3 @@
(function(){
console.log("test")
}());