From 9a5cd3efb40b4a6b61c6926e94bcbed83c944457 Mon Sep 17 00:00:00 2001 From: chenjy2003 <70215701+chenjy2003@users.noreply.github.com> Date: Wed, 26 Aug 2020 00:45:42 +0800 Subject: [PATCH 1/2] Update README.md test1 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e69f54c..546b264 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,3 @@ # hello-world test +abcdefg From 42d47bffa1d6481405e65692c3082093d9444a7f Mon Sep 17 00:00:00 2001 From: chenjy2003 <70215701+chenjy2003@users.noreply.github.com> Date: Wed, 26 Aug 2020 00:47:50 +0800 Subject: [PATCH 2/2] Create a.cpp hw --- a.cpp | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 a.cpp diff --git a/a.cpp b/a.cpp new file mode 100644 index 0000000..5fd45dc --- /dev/null +++ b/a.cpp @@ -0,0 +1,6 @@ +#include +using namespace std; +int main() +{ + printf("Hello World"); +}