Skip to content

Instantly share code, notes, and snippets.

@subfuzion
Created May 26, 2023 21:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save subfuzion/226a7193925990b83c4d0ce6d3966615 to your computer and use it in GitHub Desktop.
Save subfuzion/226a7193925990b83c4d0ce6d3966615 to your computer and use it in GitHub Desktop.
Test Deno remote script
console.log("Hello, World!");
@subfuzion
Copy link
Author

Test using the Raw url:

$ deno run https://gist.githubusercontent.com/subfuzion/226a7193925990b83c4d0ce6d3966615/raw/c8c1eedc99f96e110bda9506db40fec3f180952b/deno-test.ts

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment