Difference between revisions of "W1089 Hello World"

From Coder Merlin
(Initialize with skeleton of page and introduction)
 
m (Fix broken link)
Line 17: Line 17:
* [https://en.wikipedia.org/wiki/Brian_Kernighan Brian Kernighan] (Wikipedia)
* [https://en.wikipedia.org/wiki/Brian_Kernighan Brian Kernighan] (Wikipedia)
* [https://en.wikipedia.org/wiki/The_C_Programming_Language The C Programming Language (Book)] (Wikipedia)
* [https://en.wikipedia.org/wiki/The_C_Programming_Language The C Programming Language (Book)] (Wikipedia)
* [https://en.wikipedia.org/wiki/"Hello,_World!"_program "Hello, World!" Program] (Wikipedia)
* [https://en.wikipedia.org/wiki/Hello_World "Hello, World!" Program] (Wikipedia)

Revision as of 02:07, 14 April 2021

Within these castle walls be forged Mavens of Computer Science ...
— Merlin, The Coder
The first Hello World Program

[[

Prerequisites[edit]

Background[edit]

A Brief History of the Hello World program:

In the 1970s, Brian Kernighan was a computer scientist at Bell Labs, developing UNIX along with other famous computer scientists such as Ken Thompson and Dennis Ritchie, who created the programming language C. In a 1974 internal memo at Bell Labs, Kernighan created the Hello, World program as a simple demonstration of the input/output capabilities of the programming language B. Later, when Kernighan and Ritchie published their first book on C programming, The C Programming Language, the Hello World example found its way in and became instantly famous as a sort of 'first program' to write.

Introduction[edit]

References[edit]