Skip to content
This repository was archived by the owner on Aug 11, 2024. It is now read-only.

Commit d9b2cb2

Browse files
committed
R | Rename files
1 parent cbc6464 commit d9b2cb2

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed
File renamed without changes.

src/main.cpp

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
//Preview, be careful
22

3-
#include "./include/mhead.h"
4-
#include "./part/calc.cpp"
5-
#include "./part/maxn.cpp"
6-
#include "./part/minn.cpp"
7-
#include "./part/chn.cpp"
8-
#include "./part/cg.cpp"
3+
#include "./include/ecp.h"
4+
#include "./plugins/calc.cpp"
5+
#include "./plugins/maxn.cpp"
6+
#include "./plugins/minn.cpp"
7+
#include "./plugins/chn.cpp"
8+
#include "./plugins/cg.cpp"
99

10-
//主函数
10+
// Main function
1111
int main(){
1212
clear();
1313
hy("集成数学工具");
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)