Repository
Current version released
2 years ago
Versions
hello
Prints out hello, world!
.
Usage
import hello from "https://deno.land/x/hello/mod.ts";
hello();
// Output: hello, world!
Prints out hello, world!
.
import hello from "https://deno.land/x/hello/mod.ts";
hello();
// Output: hello, world!