Files
hamulete/Test/hello.ts
2019-05-26 05:09:02 +08:00

3 lines
57 B
TypeScript

const hello : string = "Hello World!"
console.log(hello)