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

hello

Prints out hello, world!.

Usage

import hello from "https://deno.land/x/hello/mod.ts";

hello();

// Output: hello, world!