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)