class Starter { public static main(): void { console.log('Hello world.'); } } Starter.main();