From 479781055f13bcb184d66a54cf4f53a49154ad48 Mon Sep 17 00:00:00 2001 From: susu <1209553612@qq.com> Date: Tue, 28 Jul 2020 09:07:03 +0800 Subject: [PATCH] hello.cpp --- hello.cpp | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 hello.cpp diff --git a/hello.cpp b/hello.cpp new file mode 100644 index 0000000..4eedd22 --- /dev/null +++ b/hello.cpp @@ -0,0 +1,7 @@ +#include +using namespace std; +int main() +{ + cout<<"hello"<