diff --git a/Test/hello.ts b/Test/hello.ts deleted file mode 100644 index 6187feb..0000000 --- a/Test/hello.ts +++ /dev/null @@ -1,2 +0,0 @@ -const hello : string = "Hello World" -console.log(hello)