Skip to content

Commit

Permalink
Time: 0 ms (100.00%) | Memory: 39.6 MB (17.95%) - LeetSync
Browse files Browse the repository at this point in the history
  • Loading branch information
iamrudhresh committed Nov 25, 2023
1 parent 65124b5 commit 84c4363
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions 2383-add-two-integers/add-two-integers.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
class Solution {
public int sum(int num1, int num2) {
return num1+num2;
}
}

0 comments on commit 84c4363

Please sign in to comment.