tsbundle/test/ts_web/index.ts
2019-04-30 12:49:10 +02:00

4 lines
48 B
TypeScript

const myConst = 'hello';
console.log(myConst);