1. Home
  2. /
  3. Blog
  4. /
  5. 1 c++ output
C++

1 c++ output

October 1, 2022 1 min read 2,363
1 c++ output
 
#include <iostream>

using namespace std ;
int main()
{
	
	
	cout << "hello world"<<endl;
	
	
	
	
	}
Share:
Read next

Related articles