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 useRun example script in order to check your setup
deno run ./scripts/validate-setup.tsIn order to run tests, execute:
deno task testIn order to run tests in single folder, run in the folder
deno test **.test.ts --watch