vdmfiles/sample.ts (11 lines of code) (raw):

class Aos{ public aaa = 9; } const helloWorld = () => { console.log("hello world") } function samp() { let aaa: number = 0; return 0 } helloWorld()