diff --git a/helloworld.cpp b/helloworld.cpp new file mode 100644 index 000000000..6359fcd02 --- /dev/null +++ b/helloworld.cpp @@ -0,0 +1,7 @@ +#include +using namespace std; +int main(){ + +cout<<"hello world"<