## Hello World History A "Hello world" program is a computer program that outputs "Hello, world" 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, or to verify that a language or system is operating correctly. [Wikipedia: Hello World](https://en.wikipedia.org/wiki/Hello_world_program) ## Hello World Quote! > Eventually I found it had been working all along-but didn't show anything on screen until it had the first full page of text. I inserted 30 new lines, and suddenly my toy said 'hello world'. An hour later I understood alphabet shifting rather better! Graham Nelson ## Hello World Example Languages * [C](./hello-c.c) * Python * Ruby * HTML * CoffeeScript (in a branch) ## Hello Git Written By @sroberts ## Crazy Hello World Image! ![](http://www.ngeeks.com/en/wp-content/uploads/2012/11/Hello-World.png)
<h2 id="helloworldhistory">Hello World History</h2> <p>A “Hello world” program is a computer program that outputs “Hello, world” 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, or to verify that a language or system is operating correctly.</p> <p><a href="https://en.wikipedia.org/wiki/Hello_world_program">Wikipedia: Hello World</a></p> <h2 id="helloworldquote">Hello World Quote!</h2> <blockquote> <p>Eventually I found it had been working all along-but didn’t show anything on screen until it had the first full page of text. I inserted 30 new lines, and suddenly my toy said ‘hello world’. An hour later I understood alphabet shifting rather better!</p> </blockquote> <p>Graham Nelson</p> <h2 id="helloworldexamplelanguages">Hello World Example Languages</h2> <ul> <li><a href="./hello-c.c">C</a></li> <li>Python</li> <li>Ruby</li> <li>HTML</li> <li>CoffeeScript (in a branch)</li> </ul> <h2 id="hellogitwrittenby">Hello Git Written By</h2> <p>@sroberts</p> <h2 id="crazyhelloworldimage">Crazy Hello World Image!</h2> <figure> <img src="http://www.ngeeks.com/en/wp-content/uploads/2012/11/Hello-World.png" alt="" /></figure>