Since Deno version 1.46, you can omit run
of deno run
command.
You can execute hello world program like the below:
// hello.js
console.log("hello world");
$ deno hello.js
hello
Happy hacking!
Since Deno version 1.46, you can omit run
of deno run
command.
You can execute hello world program like the below:
// hello.js
console.log("hello world");
$ deno hello.js
hello
Happy hacking!
For further actions, you may consider blocking this person and/or reporting abuse
Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.
mhossen -
Ahmed Rakan -
Zahra Sandra Nasaka -
Robert Mion -
Top comments (0)