What is the meaning of "Hello"

hello… Hello… HELOOOOOOO!

Hello!

CBCD. Thanks for the comeback.

While the guy who made the tape has great credentials, I’d love to see what source he uses for the notion that the word was “coined” to be class neutral.

Umm, YOU often answer the phone by howling like a wolf. I answer with the sound of ice cubes clinking in my glass and an “Eh?”


# Perl
1 while print "Hello, world!
";


/* C */
#include <stdio.h>

int main(void)
{
   for(;;) printf("Hello, world!
");
   return(0); /* code never reached */
}



;; Intel x86 DOS assembly for NASM
	org 100h

section .text
start:	mov dx, message
        mov ah, 09h
loop:	int 21h		; Only load things once	
	jmp loop
section .data
message db 'Hello, world!',10,13,'$'

Hey, Derleth

http://www2.latech.edu/~acm/HelloWorld.shtml

:slight_smile:

What about “pree-eht”?

Howzit.