Skip to content

Commit

Permalink
added question link to _0001_Two_Sum.java file
Browse files Browse the repository at this point in the history
  • Loading branch information
onkardighe committed Oct 20, 2021
1 parent 5b7e47d commit 1737fbc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions _0001_Two_Sum.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// https://leetcode.com/problems/two-sum/

public class _0001_Two_Sum {
public static void main(String[] args)
{
Expand Down

0 comments on commit 1737fbc

Please sign in to comment.