Vistas de página en total

martes, 30 de octubre de 2012


Our Hello World!



Hello Bloggers.

In this first release, we'll see something very basic that any Developer  need to know. and we're going to create our hello world.

In this blog we will use diferents  programming language, but we will take any programming language for show or rather we can display it in pseudocode. Is important to know that the matter thing is not to know all programming  languages but to be able to develop full but our own logic.

Here we go:


  HelloWorld Program;
  Begin
      Write ('Hello World!');
      ReadLn;
  End.

Explanation of Hello World.

As you might have noticed the Hello World is the most comprehensive and the beginning of every teaching of a programming language. But why always the Hello World?
The reason is simple,  it's just to show the output of our program display on screen and the compiler translates as what you have written in the language you have chosen as preferred.


Next time we will see how to run it in a language and set up our work environment.

No hay comentarios:

Publicar un comentario