You are on page 1of 1

#include <iostream>

using namespace std;


int main()
{
//this is the only working part of program
cout <<"Hello world";
}

You might also like