Skip to content

Instantly share code, notes, and snippets.

@developersharif
Created April 30, 2023 11:14
Show Gist options
  • Save developersharif/d8cf1fa969caa73490fd3ca5cab8a3c3 to your computer and use it in GitHub Desktop.
Save developersharif/d8cf1fa969caa73490fd3ca5cab8a3c3 to your computer and use it in GitHub Desktop.
Hello world in Deno
import { log } from "https://cdn.skypack.dev/fp-ts/Console";
log("hello world!")();
@developersharif
Copy link
Author

deno run https://gist.githubusercontent.com/developersharif/d8cf1fa969caa73490fd3ca5cab8a3c3/raw/73c999bc83a92f2c90cad1e79baf7682462db342/deno.js

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