2163
This commit is contained in:
11
include/solution/2163.h
Normal file
11
include/solution/2163.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#ifndef INC_2163_H
|
||||
#define INC_2163_H
|
||||
#ifdef __cplusplus
|
||||
extern "C"
|
||||
{
|
||||
#endif
|
||||
long long minimumDifference(int *nums, int numsSize);
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
#endif
|
||||
Reference in New Issue
Block a user