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)