summaryrefslogtreecommitdiff
path: root/runtime/examples/hello_runtime.js
blob: 5b079d8d89cc208e7f249ef7a7fc77063d12d103 (plain)
1
2
3
4
// Copyright 2018-2023 the Deno authors. All rights reserved. MIT license.
console.log("Hello world!");
console.log(Deno);
Extension.hello();