We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0dcdbe4 commit d119b50Copy full SHA for d119b50
1 file changed
README.md
@@ -1,5 +1,7 @@
1
# LeetCode Solutions
2
3
+[](https://github.com/codewithme-py/LeetCode_solutions/actions/workflows/update-readme.yml)
4
+
5
My clean, typed, and tested solutions to LeetCode problems (Python 3.10+).
6
7
<!-- START_STATS -->
@@ -125,7 +127,7 @@ python3 scripts/update_readme.py --force-refresh-cache
125
127
#### 7. Используй скрипт → Решай новую задачу → делай push → PR → merge в main → CI/CD сделает всё остальное автоматически!
126
128
129
```bash
-make problem <номер_задачи>
130
+make problem <номер_задачи_без_ведущих_нулей>
131
```
132
133
1) Скрипт создает новую **/feat** ветку, а так же файлы решения и тестов минимизируя рутину
0 commit comments