Solving LeetCode locally and keep tracking of your solutions.

leetcode leetcode-cpp leetcode-go leetcode-java leetcode-python leetcode-python3 leetcode-questions leetcode-rust leetcode-solutions leetcode-typescript python3
1 Open Issue Need Help Last updated: Jul 1, 2025

Open Issues Need Help

View All on GitHub

AI Summary: The task is to fix the `daily_submission.py` script in a LeetCode solution tracking project so that it correctly handles Windows command execution. The script currently uses commands like `mvn -v`, which fail on Windows; it needs modification to use the `.cmd` extension (e.g., `mvn.cmd -v`). This involves identifying all such commands within the script and appending the `.cmd` extension where necessary.

Complexity: 3/5
bug help wanted

Solving LeetCode locally and keep tracking of your solutions.

Python
#leetcode#leetcode-cpp#leetcode-go#leetcode-java#leetcode-python#leetcode-python3#leetcode-questions#leetcode-rust#leetcode-solutions#leetcode-typescript#python3