1 2 3 4 5 6
(async (): Promise<void> => { const { printHello } = await import("../mod2.ts"); printHello(); })(); export {};