From e9d9624665acc07e0224a6d9709562a48b1da9e4 Mon Sep 17 00:00:00 2001 From: sbccznfy <72488394+sbccznfy@users.noreply.github.com> Date: Fri, 9 Jul 2021 19:17:14 +0800 Subject: [PATCH 1/2] hello.c i am senting my respect to github --- hello.c | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 hello.c diff --git a/hello.c b/hello.c new file mode 100644 index 00000000..e18000ae --- /dev/null +++ b/hello.c @@ -0,0 +1,7 @@ +#include +int main() +{ + printf("hello github"); + + return 0; +} From 3e29c280e52ff51ad199dc7a8577436b6a434b9b Mon Sep 17 00:00:00 2001 From: sbccznfy <72488394+sbccznfy@users.noreply.github.com> Date: Mon, 12 Jul 2021 00:10:40 +0800 Subject: [PATCH 2/2] Update README.md i add a space --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index efebf033..6564fd71 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ GitHub Example This is a simple example repository that will be used to show how to get started with GitHub. + How to Contribute =================