Skip to main content
Deno 2 is finally here 🎉️
Learn more

learning_deno

How to use

import { getHelloWorld } from "https://raw.githubusercontent.com/ericmadu/learning_deno/mod.ts";

const helloWorld = getHelloWorld();
console.log(helloWorld); // Prints "Hello World"

Authors

  • Eric Madureira
  • Sebastian Lozano

Made for RollWorks HackWeek 1 2021.