mirror of
https://github.com/denoland/deno.git
synced 2025-02-08 07:16:56 -05:00
![Matt Mastracci](/assets/img/avatar_default.png)
Better example to close https://github.com/denoland/deno/issues/22600 --------- Signed-off-by: Matt Mastracci <matthew@mastracci.com>
4 lines
156 B
JavaScript
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();
|