Portal:Computer programming/Selected picture/3: Difference between revisions

Content deleted Content added
Forgot to change placeholder
Reword text
Line 3:
|caption=#include <iostream>;\n\nusing namespace std;\n\nint main()\n{\n cout << "Hello world!" << endl;\n return 0;\n}
|credit=[[commons:User:Kleiner|Kleiner]]
|text=The '''[[Hello world program]]''' is one of the simplest programs possible to create in most [[programming language]]s, often used to illustrate the basic syntax of a programming language.
}}