Skip to content

Commit 1da791c

Browse files
committedJun 2, 2023
✨ [771] Jewels and Stones
1 parent 8337e47 commit 1da791c

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed
 

‎771/my_solution.js

Whitespace-only changes.

‎771/solution.js

Whitespace-only changes.

‎README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@
5353
- [394. Decode String](./394/)
5454
- [424. Longest Repeating Character Replacement](./424/)
5555
- [647. Palindromic Substrings](./647/)
56+
- [771. Jewels and Stones](./771/)
5657

5758
---
5859

@@ -86,5 +87,5 @@ Batch create in bash
8687
TODO: Add to TOC!
8788
-->
8889
```ssh
89-
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"
9091
```

0 commit comments

Comments
 (0)