Difference between revisions of "Learning programming (1)"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(See also)
(No difference)

Revision as of 03:21, 9 September 2015

This article introduces computer programming for the beginner.

Requirements

Hello World

Programmers traditionally write a "Hello, World!" program when learning a new programming language.

The program outputs "Hello World" or some other message.

This is among the simplest possible programs, making useful as a proof of concept.

See also