1
0
Fork 0
typescript/index.ts

6 lines
66 B
TypeScript

function start(): void {
console.log('App started');
}
start();