summaryrefslogtreecommitdiff
path: root/tests/specs/run/bare_specifier_without_import/main.ts
blob: 67e57b26b305e075be630933098367aa3dab7c10 (plain)
1
2
3
import "@std/dotenv/load";

console.log(Deno.env.get("GREETING")); // hello world