This commit is contained in:
2025-07-12 23:57:21 +08:00
parent 321cb6c439
commit 7325a22989
4 changed files with 45 additions and 12 deletions

11
include/solution/258.h Normal file
View File

@@ -0,0 +1,11 @@
#ifndef INC_258_H
#define INC_258_H
#ifdef __cplusplus
extern "C"
{
#endif
int addDigits(int num);
#ifdef __cplusplus
}
#endif
#endif