Random
Source Code

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 22, 2004

5๐Ÿ‘ 35๐Ÿ‘Ž


hello world

Popular phrase used by radio top-jock John Laws on the 2UE radio station in Sydney.

"Hello, world..."
(every time his show starts)

by coconut April 16, 2005

1๐Ÿ‘ 36๐Ÿ‘Ž


hello, world

The first program you learn in a basic survey of a new programming language. Sometimes, but not always the program's sole function is to output the words "Hello World" on the display.

I've been working with Enterprise Java for weeks, and I'm not even at the "Hello, World" level.

by ryon January 22, 2004

18๐Ÿ‘ 1๐Ÿ‘Ž


hello, world

The first program learned in any given programming language: very easy.
Basic:
10 print"Hello, World"
Java:
System.out.println("Hello, World");
C,C++:
std::cout<<"Hello, World";

He doesn't know shit about hacking, hell, he couldn't even "hello, World"!

by Greg Weaver January 23, 2004

19๐Ÿ‘ 3๐Ÿ‘Ž


Hello World

A common program written to demostrate the syntax of a programming language.

// Hello World In Java!
class HelloWorld()
{
public static void main(String args)
{
System.out.println("Hello world");
}
}

by peterson June 19, 2004

58๐Ÿ‘ 37๐Ÿ‘Ž


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 19, 2004

28๐Ÿ‘ 31๐Ÿ‘Ž


<"Hello World!">

Something that every YouTuber writes on code when teaching HTML to viewers. Literally everyone. It can also be seen in JavaScript and Unity.

Brackeys: *writes* <"Hello World!">; so this is how you write code in Unity

everyone: why does everyone with a tutorial write hello world?
Brackeys:*on next episode writes* <"Bye B****!">
everyone: much better

by The Neighbour's Kid June 1, 2020

2๐Ÿ‘ 1๐Ÿ‘Ž