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