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] 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"); +}