We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97acd7d commit 6448b80Copy full SHA for 6448b80
README.md
@@ -1,2 +1,8 @@
1
-# leetcode
+# Leetcode
2
Leetcode exercises
3
+
4
+### Run TypeScript Tests
5
+`bazel test --test_output=all //typescript:ts_tests`
6
7
+### Run C++ Tests
8
+`bazel test --test_output=all //cpp:tests`
0 commit comments