diff --git a/TwoSum.cpp b/TwoSum.cpp new file mode 100644 index 0000000..79ad9ce --- /dev/null +++ b/TwoSum.cpp @@ -0,0 +1,15 @@ +Var twoSum = function(num,target){ + + for(let i=0; i