In [1]:
#include <iostream>
void print()
{
std::cout << "Hello world !!!" << std::endl;
}
Out[1]:
In [2]:
print();
Out[2]:
In [ ]: