diff --git a/test.cpp b/test.cpp new file mode 100644 index 0000000..d099588 --- /dev/null +++ b/test.cpp @@ -0,0 +1,5 @@ +#include +using namespace std; +main() { + cout <<"just test"; +}