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