#include <iostream> using namespace std; int main() { cout << "Hello Fellow Developers Let the fun begin!"; return 0; }