From 9eb5b3ea67fa9bc18016ecdffdbaa4e180b4d6b8 Mon Sep 17 00:00:00 2001 From: hoodiearon Date: Sat, 8 Jun 2019 19:37:32 +0800 Subject: [PATCH] Delete hello.ts --- Test/hello.ts | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 Test/hello.ts 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)