Skip to content

anishkny/deno-hello

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

hello

Prints out hello, world!.

Usage

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

hello();

// Output: hello, world!