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