TypeScript/tests/projects/outfile-concat/first/first_PART1.ts
2018-06-14 23:27:04 -07:00

12 lines
141 B
TypeScript

interface TheFirst {
none: any;
}
const s = "Hello, world";
interface NoJsForHereEither {
none: any;
}
console.log(s);