Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 543 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 543 Bytes

Algorithms

My personal space for practising algorithms. Now I focus on Advent of code 2015 and I have a lot of fun.

How to run ts scripts

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

Tests

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