add main
test.cpp New file @@ -0,0 +1,6 @@ #include<stdio> int main() { cout<<"this is branch test"<<endl; }