diff --git a/Example1.cpp b/Example1.cpp new file mode 100644 index 0000000..14d3251 --- /dev/null +++ b/Example1.cpp @@ -0,0 +1,9 @@ +#include + +using namespace std; + +int main(){ + +cout<<"Hello Vegeta\n"; + +}