This commit is contained in:
2025-12-05 21:18:40 +08:00
parent 36c5339b1f
commit 727096b8e6
3 changed files with 67 additions and 0 deletions

14
include/solution/509.h Normal file
View File

@@ -0,0 +1,14 @@
// This file is generated by mkfile.py
// Date: 2025-12-05
#ifndef INC_509_H
#define INC_509_H
#ifdef __cplusplus
extern "C"
{
#endif
int fib(int n);
#ifdef __cplusplus
}
#endif
#endif // INC_509_H