// simple c++ Program. #include int main() { cout<<" hello world "; // formater output }
hello world
0 Comments