#include<iostream>

using namespace std;

void func(){
    cout<<"Anup Tirkey is a SAI Mechanical Engineer."<<"\n";
}

void func1(){
    cout<<"Anup Tirkey is a Married to Shahsi Priyanka Tirkey."<<"\n";
}

void func2(){
    cout<<"Show the Mechanical Constraint is reporting to ANup Tirkey in System."<<"\n";
}

void func3(){
    cout<<"Anup Tirkey is a part CIVIL .info."<<"\n";
}

void func4(){
    cout<<"Anup Tirkey is work in Dynamics."<<"\n";
}

void func5(){
    cout<<"Anup Tirkey is part Banker."<<"\n";
}
int main(){
    cout<<"hello world"<<"\n";
    cout<<"hello Taiwan Acer."<<"\n";

    func();
    func1();
    func2();
    func3();
    func4();
    func5();

    return 0;
}

Embed on website

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