10 days of statistics on hackerrank solutions To test each solution (Note you need deno to run this commands) deno test <filename.ts> -A To test all solutions deno test -A To format single file deno fmt <filename.ts> To format all deno fmt .