These files are for helping me learn about Data Structures & Algorithms.
- Open Powershell and Run as Administrator
- iwr https://deno.land/x/install/install.ps1 -useb | iex
- Install the VS Code Deno Extension
- Close and reopen VS Code
- Open the "Run and Debug" side bar
- Click "Run Deno debug session"
- Open a terminal
- Run
deno filename.ts
- create
fileName.ts
- import it into
$main.ts