Portal:Computer programming/Selected picture/3

This is an old revision of this page, as edited by Σ (talk | contribs) at 06:24, 1 January 2012 (Reword text). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
#include <iostream>;\n\nusing namespace std;\n\nint main()\n{\n cout << "Hello world!" << endl;\n return 0;\n}
#include <iostream>;\n\nusing namespace std;\n\nint main()\n{\n cout << "Hello world!" << endl;\n return 0;\n}
Credit: Kleiner

The Hello world program is one of the simplest programs to create, often used to illustrate the basic syntax of a programming language.