Update hello.ts

This commit is contained in:
hoodiearon
2019-06-06 15:07:26 +08:00
committed by GitHub
parent cecbd9ad43
commit 28bb937e20

View File

@ -1,2 +1,2 @@
const hello : string = "Hello World!"
const hello : string = "Hello World"
console.log(hello)