mirror of
https://github.com/denoland/deno.git
synced 2025-03-03 17:34:47 -05:00
2 lines
82 B
JavaScript
2 lines
82 B
JavaScript
Deno.writeTextFile("./mod.js", "console.log('hello')");
|
|
await import("./mod.js");
|