プロセスを終了する
プロセスを終了するには、
Deno.exit
を使用します
https://deno.land/typedoc/index.html#exit
code:ts
Deno.exit(0)
この処理は同期的に行われ、プロセスは即時にシャットダウンします