A "Hello, world!" program is a computer program that outputs "Hello, World!" (or some variant thereof) on a display device. Because it is typically one of the simplest programs possible in most programming languages, it is by tradition often used to illustrate to beginners the most basic syntax of a programming language. It is also used to verify that a language or system is operating correctly.
Contents
[hide]
• 1 Purpose
• 2 History
• 3 Variations
• 4 Examples
• 5 See also
• 6 References
• 7 External links
Purpose[edit]
A "Hello, world!" program has become the traditional first program that many people learn. In general, it is simple enough so that people who have no experience with computer programming can easily understand it, especially with the guidance of a teacher or a written guide. Using this simple program as a basis, computer science principles or elements of a specific programming language can be explained to novice programmers. Experienced programmers learning new languages can also gain a lot of information about a given language 's syntax and structure from a "Hello, world!" program.
In addition, "Hello, world!" can be a useful sanity test to make sure that a language 's compiler, development environment, and run-time environment are correctly installed. Configuring a complete programming toolchain from scratch to the point where even trivial programs can be compiled and run can involve substantial amounts of work. For this reason, a simple program is used first when testing a new tool chain. A "Hello, world!" program running on Sony 's PlayStation Portable as a proof of concept.
"Hello, world!" is also used by computer hackers as a proof of concept that arbitrary code can be executed through an exploit where the system designers did not intend code to be executed—for example, on
Sony 's PlayStation Portable. This is the first step in using homemade content ("home brew") on such a
device.
References: edit] 1. Jump up^ "Programming in C: A Tutorial". 2. Jump up^ "The Programming Language B". 3. Jump up^ BCPL, Jargon File 4. Jump up^ A Tutorial for the Go Programming Language. The Go Programming Language. Retrieved July 26, 2011. 5. Jump up^ Jolif, Christophe (January 2003). "Bringing SVG Power to Java Applications". Sun Developer Network. 6. Jump up^ de Dinechin, Christophe (July 24, 2010). "Hello world!". Grenouille Bouillie. 7. Jump up^ List of Hello World Programs in 200 Programming Languages. Scriptol.com