We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8337e47 commit 1da791cCopy full SHA for 1da791c
771/my_solution.js
771/solution.js
README.md
@@ -53,6 +53,7 @@
53
- [394. Decode String](./394/)
54
- [424. Longest Repeating Character Replacement](./424/)
55
- [647. Palindromic Substrings](./647/)
56
+- [771. Jewels and Stones](./771/)
57
58
---
59
@@ -86,5 +87,5 @@ Batch create in bash
86
87
TODO: Add to TOC!
88
-->
89
```ssh
-chapter=295 && mkdir ./$chapter && touch ./$chapter/my_solution.js && touch ./$chapter/solution.js && alias x="node ./$chapter/my_solution.js"
90
+chapter=771 && mkdir ./$chapter && touch ./$chapter/my_solution.js && touch ./$chapter/solution.js && alias x="node ./$chapter/my_solution.js"
91
```
0 commit comments