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
Eda -
Alessio -
Vyacheslav Borodin -
Valeria -
Top comments (0)