codice:
#include <iostream> 

using namespace std;

int main()
{ 
  cout << " CIAO MONDO! "; 
  cin.get();
  return (0); 
}