プロセスの実行ディレクトリを取得する
プロセスの実行ディレクトリを取得するにはDeno.cwdを使います
https://deno.land/typedoc/index.html#cwd
code:ts
Deno.cwd();
// /home/deno/src