#include<iostream>
using namespace std;
void function(){
cout<<"hello World.\n";
}
int main(){
cout<<"Anup Tirkey is a SAI, Mechanical Engineer, NIT.";
function();
return 0;
}
To embed this project on your website, copy the following code and paste it into your website's HTML: