From c7d1b689998eb2d0829ab8519b87ccf3f4f4dae1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B4=BA=E5=BF=97=E8=B1=AA?= <3087861069@qq.com> Date: Sat, 28 Oct 2023 15:57:39 +0800 Subject: [PATCH] test --- 贺志豪.txt | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 贺志豪.txt diff --git a/贺志豪.txt b/贺志豪.txt new file mode 100644 index 0000000..36679a2 --- /dev/null +++ b/贺志豪.txt @@ -0,0 +1,6 @@ +#include +using namespace std; +int main(){ +cout << "hello world"; +return 0 ; +} \ No newline at end of file