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