//# helloworld //1st one. /why am i doing this? just because they are asking me to;/ #include using namespace std; int main() { cout<<"Hello World"; return 0; }