mirror of
https://github.com/denoland/deno.git
synced 2025-09-24 19:32:30 +00:00
2 lines
82 B
TypeScript
2 lines
82 B
TypeScript
Deno.readTextFileSync("hello.txt");
|
|
document.body.innerHTML = "<div>Hello</div>";
|