Files
leetcode/include/solution/746.h
2025-12-05 21:05:14 +08:00

15 lines
239 B
C

// This file is generated by mkfile.py
// Date: 2025-12-05
#ifndef INC_746_H
#define INC_746_H
#ifdef __cplusplus
extern "C"
{
#endif
int minCostClimbingStairs(int *cost, int costSize);
#ifdef __cplusplus
}
#endif
#endif // INC_746_H