Files
hamulete/.github/hello.ts
2019-06-08 19:36:18 +08:00

3 lines
56 B
TypeScript

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