You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note : This will first execute the default testcases and then submit the solution to leetcode only if the testcases pass as a preventive measure to avoid submitting wrong solution.
123
124
124
125
- Submit src/main.rs to leetcode without running testcases
125
126
126
127
```bash
127
-
leetcode-runner-cli -fs ./src/main.rs
128
+
leetcode-runner-cli -fs /src/main.rs
129
+
```
130
+
131
+
- Pack your code and question into a directory to maintain your progress or upload on Git
132
+
133
+
```bash
134
+
leetcode-runner-cli -p /src/main.rs
128
135
```
129
136
130
137
#### Note
@@ -139,6 +146,7 @@ So, in the above examples, you can simply do `cd ./src` and then run the followi
139
146
- Execute with default testcases : `leetcode-runner-cli -r`
140
147
- Submit : `leetcode-runner-cli -s`
141
148
- Submit without running testcases : `leetcode-runner-cli -fs`
0 commit comments