diff --git a/oop.cpp b/oop.cpp new file mode 100644 index 0000000..4547ffb --- /dev/null +++ b/oop.cpp @@ -0,0 +1,9 @@ +#include + +using namespace std; + +int main(){ + + cout<<"helo world !!"; + return 0; +} \ No newline at end of file