diff --git a/helloworld.cpp b/helloworld.cpp new file mode 100644 index 0000000..edab0e7 --- /dev/null +++ b/helloworld.cpp @@ -0,0 +1,5 @@ +#include +using namespace std; +int main() +{cout<<"hello world"; +} \ No newline at end of file