mirror of
https://github.com/prdlk/leetcode.git
synced 2026-09-16 23:16:26 +00:00
feat(cli): add SQLite cache, shared solution runner, and submit command
This commit is contained in:
Executable
+7
@@ -0,0 +1,7 @@
|
||||
#!/usr/bin/env bun
|
||||
/**
|
||||
* Fuzzy-select a solution file from work/ and submit it to LeetCode's judge.
|
||||
*/
|
||||
import { runOnSolution } from "./solutions";
|
||||
|
||||
await runOnSolution("submit", "Submit which solution?");
|
||||
Reference in New Issue
Block a user