Programa.dpr 85 B

123456789
  1. program Programa;
  2. {$APPTYPE CONSOLE}
  3. begin
  4. Write('Hola Mundo!!');
  5. ReadLn;
  6. end.