From fce909513dca766be3faf8d46067b43845ac137c Mon Sep 17 00:00:00 2001 From: Scheaven <506321815@qq.com> Date: 星期五, 16 四月 2021 09:59:39 +0800 Subject: [PATCH] add main --- test.cpp | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/test.cpp b/test.cpp new file mode 100644 index 0000000..9d2ad61 --- /dev/null +++ b/test.cpp @@ -0,0 +1,6 @@ +#include<stdio> + +int main() +{ + cout<<"this is branch test"<<endl; +} -- Gitblit v1.8.0