Files

8 lines
203 B
TypeScript
Raw Permalink Normal View History

#!/usr/bin/env bun
/**
* Fuzzy-select a solution file from work/ and run leetcode-cli tests on it.
*/
import { runOnSolution } from "./solutions";
await runOnSolution("test", "Test which solution?");