1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-22 15:06:54 -05:00
denoland-deno/runtime/examples/extension/main.js
Matt Mastracci 66fd6f2866
fix(cli): unbreak extension example and fix __runtime_js_sources (#22906)
Better example to close https://github.com/denoland/deno/issues/22600

---------

Signed-off-by: Matt Mastracci <matthew@mastracci.com>
2024-03-14 04:23:37 +01:00

4 lines
156 B
JavaScript

// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
console.log("Hello world from JS!");
console.log(Deno.build);
Extension.hello();