diff --git a/Contribution.cpp b/Contribution.cpp new file mode 100644 index 0000000000..a7bb5ff456 --- /dev/null +++ b/Contribution.cpp @@ -0,0 +1,5 @@ +#include +int main() { + std::cout << "Mujeeb Has Contributed to this repo\n"; + return 0; +} \ No newline at end of file