#!/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?");