Skip to content

Commit 276efed

Browse files
authored
Update README_EN.md
1 parent e6642a9 commit 276efed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

solution/0000-0099/0001.Two Sum/README_EN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ class Solution {
353353
#### C
354354

355355
```c
356-
=#include <stdlib.h>
356+
#include <stdlib.h>
357357

358358
int* twoSum(int* nums, int numsSize, int target, int* returnSize) {
359359
int capacity = 1;

0 commit comments

Comments
 (0)