my-solutions/problems/1-two-sum/lib.h
2022-11-17 15:45:40 +05:00

3 lines
80 B
C

#pragma once
int* twoSum(int* nums, int numsSize, int target, int* returnSize);