Answers for "print hello word in c++"

C++
2

c++ hello word

#include<iostreme>
using namespace std;
int main(){
  cout<<"Hello World!";
  return 0;
}
Posted by: Guest on August-22-2021

Browse Popular Code Answers by Language