export default function test(i: number) { console.log(`Hello, World! (#${i})`); }