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