cirosantilli/typescript/hello.ts

typescript/hello.ts
let i: number
i = 1
i = 'a'