From 44bd5628336c60fa7e79b593d1f5021db76ea117 Mon Sep 17 00:00:00 2001 From: dylan <497357846@qq.com> Date: Fri, 21 Aug 2020 09:11:33 +0800 Subject: [PATCH] add hello.c and readme.md --- README.md | 3 ++- hello.c | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a567000..a91d454 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ # testTelpo -telpo test github \ No newline at end of file +telpo test github +# read me \ No newline at end of file diff --git a/hello.c b/hello.c index 905dc13..7a55d09 100644 --- a/hello.c +++ b/hello.c @@ -11,6 +11,6 @@ void getAge(uint8_t *age) } void date_20200821(void) { - return 20200821; + return 20200821+weeks; }