my-solutions/problems/1-two-sum/lib.h

2 lines
80 B
C

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