diff --git a/Demo.cpp b/Demo.cpp new file mode 100644 index 0000000..e73daa0 --- /dev/null +++ b/Demo.cpp @@ -0,0 +1,4 @@ +#include +int main() + std::cout<<"Hello world"; + return 0;