This commit is contained in:
2025-07-23 20:19:00 +08:00
parent b9a758a025
commit 5f7ef7b880
3 changed files with 61 additions and 0 deletions

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

@@ -0,0 +1,11 @@
#ifndef INC_1957_H
#define INC_1957_H
#ifdef __cplusplus
extern "C"
{
#endif
char *makeFancyString(char *s);
#ifdef __cplusplus
}
#endif
#endif