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