From 387dc7e4fcfdc36b6f13a053e7619147219ccd69 Mon Sep 17 00:00:00 2001 From: dylan <497357846@qq.com> Date: Fri, 21 Aug 2020 08:56:41 +0800 Subject: [PATCH] hello.c add 20200821 --- hello.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hello.c b/hello.c index 17b73ca..905dc13 100644 --- a/hello.c +++ b/hello.c @@ -9,4 +9,8 @@ void getAge(uint8_t *age) // *age = 10; } +void date_20200821(void) +{ + return 20200821; +}