diff --git a/main/hello.cpp b/main/hello.cpp deleted file mode 100644 index 16b21a0..0000000 --- a/main/hello.cpp +++ /dev/null @@ -1,10 +0,0 @@ -//File: hello.cpp -#include -using namespace std; - -int main(void) { - cout << "Hello, World\n"; - cout << "Hello, Jenkins\n"; - cout << "I have successfully built and run\n"; - return 0; -}