mirror of
https://github.com/denoland/deno.git
synced 2024-10-31 09:14:20 -04:00
5 lines
265 B
TypeScript
5 lines
265 B
TypeScript
|
// export { printHello } from "http://localhost:4545/cli/tests/subdir/mod2.ts";
|
||
|
import { printHello } from "data:application/typescript;base64,ZXhwb3J0IHsgcHJpbnRIZWxsbyB9IGZyb20gImh0dHA6Ly9sb2NhbGhvc3Q6NDU0NS9jbGkvdGVzdHMvc3ViZGlyL21vZDIudHMiOwo=";
|
||
|
|
||
|
printHello();
|