diff --git a/hi.py b/hi.py new file mode 100644 index 0000000..904f3e5 --- /dev/null +++ b/hi.py @@ -0,0 +1,2 @@ +# Run the script +print("Hi !!!!!") diff --git a/hihello.cpp b/hihello.cpp new file mode 100644 index 0000000..aa1a3d6 --- /dev/null +++ b/hihello.cpp @@ -0,0 +1,10 @@ +#include + +using namespace std; + +int main() +{ + + cout << "Hi Hello!!!!!!!" << endl; + return 0; +} \ No newline at end of file