From 63bdf9549d1c9ef64953e34b717af3f0ee82fcbe Mon Sep 17 00:00:00 2001 From: dylan <497357846@qq.com> Date: Tue, 22 Dec 2020 12:31:27 +0800 Subject: [PATCH 1/2] dylan2:add chenyan --- hello.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hello.c b/hello.c index d68dc1c..7617546 100644 --- a/hello.c +++ b/hello.c @@ -28,3 +28,7 @@ void hello_class() watch is you name; } +void hello_chenyan() +{ + debug; +} From 4e8ef1e8bd587692fe4886728ed2e52908509f32 Mon Sep 17 00:00:00 2001 From: dylan <497357846@qq.com> Date: Tue, 22 Dec 2020 12:32:34 +0800 Subject: [PATCH 2/2] dylan:study add chen --- study/study.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/study/study.c b/study/study.c index ae8462e..6a2e578 100644 --- a/study/study.c +++ b/study/study.c @@ -33,4 +33,9 @@ void study_getName(void) void study_add_new_20200824() { +} + +void study_add_chenyan() +{ + } \ No newline at end of file