3 lines
80 B
C
3 lines
80 B
C
|
#pragma once
|
||
|
int* twoSum(int* nums, int numsSize, int target, int* returnSize);
|