Hello World: Difference between revisions

mNo edit summary
Line 81: Line 81:
== Trivia ==
== Trivia ==
*[[Wikipedia:en:"Hello, World!" program|'''Hello World ("Hello, World!" program)''']] is a computer program that outputs or displays the message "Hello, World!". Such a program is very simple in most programming languages and is often used to illustrate the basic syntax of a programming language. It is often the first program written by people learning to code. It can also be used as a sanity test to make sure that computer software intended to compile or run source code is correctly installed, and that the operator understands how to use it.
*[[Wikipedia:en:"Hello, World!" program|'''Hello World ("Hello, World!" program)''']] is a computer program that outputs or displays the message "Hello, World!". Such a program is very simple in most programming languages and is often used to illustrate the basic syntax of a programming language. It is often the first program written by people learning to code. It can also be used as a sanity test to make sure that computer software intended to compile or run source code is correctly installed, and that the operator understands how to use it.
*The screens actually show the program Hello World written in '''[[Wikipedia:en:C (programming language)|C]]'''.
*The screens actually show the program '''Hello World''' written in '''[[Wikipedia:en:C (programming language)|C]]''':
<nowiki>include <stdio.h>
int main()
{
print("Hello World!₩n");
return 0;
}
press any key to continue...</nowiki>
*Other screens display "click here to start formatting", "click install to begin the installation", "a world without failure", "success fai??ure success fai??ure ??ilure success ??ilure success", Remy, and [[King Nasod]] infected by Alterasia.  
<br>
<br>


ElEditors
8,317

edits