Run deno task create-problem ${problemName}
to create the directory and files for a new problem
Run deno test
in the root directory to run all tests.
Run deno test ${pathToTestFile}
to run an individual test file.
Run deno bench ${pathToTestFile}
to run a benchmark on an individual benchmark test file.