#include <iostream>
int main() {
std::cout << "Hello world!" << std::endl;
std:: cout << " I love programming"<<std::endl;
std::cout <<"this is awesome"<<std::endl;
return 0;
}
To embed this project on your website, copy the following code and paste it into your website's HTML: