tsbundle/ts_web/index.ts
2019-04-30 09:44:46 +02:00

4 lines
48 B
TypeScript

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