mirror of
https://github.com/denoland/std.git
synced 2024-11-22 04:59:05 +00:00
6 lines
188 B
TypeScript
6 lines
188 B
TypeScript
// test file for https://github.com/denoland/deno_std/issues/1957
|
|
// This file is imported from ./app_load_parent.ts
|
|
|
|
// deno-lint-ignore no-console
|
|
console.log(Deno.env.get("GREETING"));
|