Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 406 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 406 Bytes

这是leetcode 记录刷题的库

刷题工具 VSCODE

使用vscode的leetcode插件,写完代码在vscode里面submit,通过后,使用vscode里面的git push到这个仓库里

  • 首先是add remote, 把这个仓库的git地址 输入到vscode里面
  • 写完代码之后 commit all
  • 然后git push origin main就OK了 好像直接push 然后会有弹窗提示是否commit all 点yes就行了