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