From 7ac39103acf199a2972eb0e65cdb5d5b293527df Mon Sep 17 00:00:00 2001 From: hoodiearon Date: Wed, 31 Jul 2019 22:52:33 +0800 Subject: [PATCH] asd --- .github/hello.ts | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 .github/hello.ts diff --git a/.github/hello.ts b/.github/hello.ts deleted file mode 100644 index 6187feb..0000000 --- a/.github/hello.ts +++ /dev/null @@ -1,2 +0,0 @@ -const hello : string = "Hello World" -console.log(hello)