Skip to content

Commit 500eb97

Browse files
authored
Update and rename Two Sum to Two Sum.java
1 parent 7bf7be0 commit 500eb97

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Two Sum renamed to Two Sum.java

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
//this code is in java
21
class Solution
32
{
43
public int[] twoSum(int[] nums, int target)

0 commit comments

Comments
 (0)