#include int main() { char mensaje[] = "Hola mundo"; puts( mensaje ); puts( "Hasta luego mundo" ); system( "pause" ); return 0; }