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