Comment on Deno 1.14parentComments−justshowpost4yIf you have all code already, just paste into a file and run that file…Otherwise you might want to check out piping support https://github.com/denoland/deno/pull/6130 Something like `echo "yourcodehere" | deno run -`
Comments
If you have all code already, just paste into a file and run that file…
Otherwise you might want to check out piping support https://github.com/denoland/deno/pull/6130 Something like `echo "yourcodehere" | deno run -`