W1089 Hello World

From Coder Merlin
Revision as of 02:06, 14 April 2021 by Mukul-agarwal (talk | contribs) (Initialize with skeleton of page and introduction)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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]