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

Content deleted Content added
Reword text
Alt text
Line 1:
{{Portal:Computer programming/Selected picture/Layout
|image=Hello World C++.png
|caption=A white background with colourful text.
|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 to create, often used to illustrate the basic syntax of a programming language.