My personal space for practising algorithms. Now I focus on Advent of code 2015 and I have a lot of fun.
Make sure, you are running on deno version 1.45.5
+. You can use dvm
dvm use
Run example script in order to check your setup
deno run ./scripts/validate-setup.ts
In order to run tests, execute:
deno task test
In order to run tests in single folder, run in the folder
deno test **.test.ts --watch