Skip to content

Commit d20263a

Browse files
authored
2sum
1 parent ab81f75 commit d20263a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

2sum.cpp

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#include <bits/stdc++.h>
2+
using namespace std;
3+
int main()
4+
{
5+
6+
7+
}

0 commit comments

Comments
 (0)