#include <iostream>
using namespace std;  

void hmmm(){
    cout<<" hewooooooooo "<<endl;
    cout<<" hieeeeeeeeeeeee"<<endl;
    
}

int main() {
    hmmm();
    cout<<"okiewww"<<endl;
    hmmm();
}

Embed on website

To embed this project on your website, copy the following code and paste it into your website's HTML: