Scheaven
2021-04-16 05dec662e75f3c0f745f151fd7e4cc744dba1ec9
add demo main
1个文件已添加
6 ■■■■■ 已修改文件
demo/demo.cpp 6 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
demo/demo.cpp
New file
@@ -0,0 +1,6 @@
#include<stdio>
int main()
{
    cout<<"this is test demo"<<endl;
}