Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
fortierq committed Sep 29, 2024
1 parent 0d5dc39 commit 75246d7
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions blog/2024-09-29-leetcode4.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,3 @@ char* substring(char* s, int i, int j) {
````
</details>
import Solution from '@site/src/components/Solution';
import Code from '!!raw-loader!./leetcode/numIslands.c';
<Solution file={Code} lang='c' show={true} />

0 comments on commit 75246d7

Please sign in to comment.