codecrumbs/example-project/languages/ts-lang.ts

4 lines
73 B
TypeScript

//cc:main function
function greeting() {
console.log('Hello world!');
}