Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sun-zhenxing/leetcode-playground
https://github.com/sun-zhenxing/leetcode-playground
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/sun-zhenxing/leetcode-playground
- Owner: Sun-ZhenXing
- Created: 2023-03-19T04:17:42.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-05T07:07:31.000Z (7 months ago)
- Last Synced: 2024-05-05T08:22:02.338Z (7 months ago)
- Language: Python
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# VS Code C++/Python 调试工具包
用于编写 LeetCode 代码时进行调试。
条件:
- VS Code
- VS Code Python 扩展包
- VS Code CMake 扩展包
- VS Code C/C++ 工具测试 C++ 代码:
```bash
gcc -o test.exe test.cpp && test.exe
```