0

// Your First C++ Program

#include <iostream>

int main() {
std::cout << “Hello World!”;
return 0;
}

Adithi. M. R Asked question May 30, 2023