Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 177 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 177 Bytes

leetcode-solutions

Install deps:

bun install

Generate solution + test files:

bun generate -s <slug>

Test:

bun test

Built with bun