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