From 28bb937e20bd1bb0bb34911051a2b63a16754239 Mon Sep 17 00:00:00 2001 From: hoodiearon Date: Thu, 6 Jun 2019 15:07:26 +0800 Subject: [PATCH] Update hello.ts --- Test/hello.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Test/hello.ts b/Test/hello.ts index 785ce21..6187feb 100644 --- a/Test/hello.ts +++ b/Test/hello.ts @@ -1,2 +1,2 @@ -const hello : string = "Hello World!" +const hello : string = "Hello World" console.log(hello)