Files
hamulete/Test/hello.ts
2019-06-06 15:07:26 +08:00

3 lines
56 B
TypeScript

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