j178 / leetgo

Best LeetCode friend for geek. :snowboarder:
MIT License
534 stars 31 forks source link

feat: retrieve output from LeetCode for custom test cases #223

Closed j178 closed 1 year ago

j178 commented 1 year ago

You can add a new test case by specifying only the input and leaving the output blank. When you run leetgo test, the expected output will be retrieved from the remote server.

Fixes #101