My notes following The Last Algorithms Course You Need by ThePrimeagen
https://docs.deno.com/runtime/manual
Using deno + jupyter notebook
https://docs.deno.com/runtime/manual/tools/jupyter
pip3 install jupyterlab
jupyter lab
https://noteable.io/jupyter-notebook/install-jupyter-notebook/#install-mac
First time setup
bun install
Running test
bun test
The course uses https://github.com/ThePrimeagen/kata-machine/tree/master.