import { cwd } from "https://deno.land/x/deno@v0.28.0/cli/js/deno.ts";
cwd()
Return a string representing the current working directory.
If the current directory can be reached via multiple paths
(due to symbolic links), cwd()
may return
any one of them.
throws NotFound
exception if directory not available