Skip to main content

Hello World

First program a programmer normally writes.
#include <stdio.h>

int main()
{
printf("Hello World\n");

return 0;
}
by Eric's Mom's Lover June 18, 2004
mugGet the Hello Worldmug.

hello world

Computer Programming: The first program that a programmer writes in a language he is learning. Typically, the program simply opens a window that says "Hello World." The simplicity of the program makes it ideal for use as a comparison between different programming languages.
As a first step in learning Perl, create a "Hello World" application.
by Kluekozyte January 22, 2004
mugGet the hello worldmug.

hello world

A very simple program that prints "hello world".
S S S T S S T S S S

T
S S S S S T T S S T S T
T
S S S S S T T S T T S S

T
S S S S S T T S T T S S

T
S S S S S T T S T T T T
T
S S S S S T S T T S S

T
S S S S S T S S S S S

T
S S S S S T T T S T T T
T
S S S S S T T S T T T T
T
S S S S S T T T S S T S

T
S S S S S T T S T T S S

T
S S S S S T T S S T S S

T
S S S S S T S S S S T
T
S S

//hello world
by hackr March 11, 2015
mugGet the hello worldmug.

hello world

The first program a programmer writes of a given language is usually written to print out the phrase "hello world" to test basic skills.
<?php

function Hello() {
echo ("Hello World!/n");
}

for ($i; $i=10; $i++) {
Hello();
}

?>
by Thrash January 24, 2004
mugGet the hello worldmug.

hello world

What the harlequin fetus says when it pops out.
"Hello, world!" said the bloody, scabbed fetus.
by bryan May 24, 2004
mugGet the hello worldmug.

print("Hello World!")

You were really bored so you tried to learn how to code.
Joe: I am bored.
Joe clicks a YouTube video about coding.
Joe tries out the code that the guy on YouTube said to try out and types "print("Hello World!")".
by BruhBored6 June 10, 2020
mugGet the print("Hello World!")mug.

hello world

Relating to the limited abilities of a person claiming to be knowledgable of computer science.
The man's manner of corporate success was incredible since his software team knew his hello-world expertise.
by J. G. January 21, 2004
mugGet the hello worldmug.

Share this definition