and go.
12/15/2009 4:07:31 PM
Hello World
12/15/2009 4:08:13 PM
01001000 01100101 01101100 01101100 01101111 00100000 01010111 01101111 01110010 01101100 01100100 00100001 00100000
12/15/2009 4:08:19 PM
Hello world.
12/15/2009 4:08:21 PM
dammit gunzz that's what i was going to post
12/15/2009 4:08:25 PM
class HelloWorldApp { public static void main(String[] args) { System.out.println("Hello World!"); // Display the string. }}
12/15/2009 4:08:34 PM
hello world]
12/15/2009 4:09:35 PM
Obligatory non-English answer:Hallo Welt.
12/15/2009 4:10:26 PM
alert('hello world!');echo 'Hello World!';[Edited on December 15, 2009 at 4:13 PM. Reason : .]
12/15/2009 4:13:02 PM
Privet mir!
12/15/2009 4:14:14 PM
NSLog(@'Hello, World!');
12/15/2009 4:32:26 PM
%put 'hello world';
12/15/2009 5:08:51 PM
MARHABAN ILA ALALUM[Edited on December 15, 2009 at 5:10 PM. Reason : ]
12/15/2009 5:09:37 PM
ellohay orldway!
12/15/2009 5:10:00 PM
10 PRINT "HELLO WORLD"20 GOTO 10RUN
12/15/2009 5:11:30 PM
Hallo Welt!
12/15/2009 5:12:02 PM
Oh and Bonjour le Monde!
12/15/2009 5:12:47 PM
????ni hao shi jie![Edited on December 15, 2009 at 5:16 PM. Reason : haha I tried to put it in Chinese characters but it just gave me ????]
12/15/2009 5:13:47 PM
Halo svjetski dan
12/15/2009 7:25:15 PM
HELLO MY FUTURE GIRLFRIEND
12/15/2009 7:26:39 PM
Because Java was already taken using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace ConsoleApplication1{ class Program { static void Main(string[] args) { //Output text to the screen. Console.WriteLine("Hello world!"); Console.ReadKey(); } }}
12/15/2009 9:48:56 PM
[Edited on December 15, 2009 at 9:49 PM. Reason : .]
12/15/2009 9:48:58 PM
anyone ever notice that a song about Jesus was sung by a guy named Greenbaum?
12/15/2009 10:13:36 PM
alert('Hello World!');
12/15/2009 10:17:13 PM
^^Jews wrote most of the best known christmas songsShalom Olam!
12/15/2009 10:24:45 PM
#include <iostream>using namespace std;int main(){cout << "Hello World" << endl;return 0;}[Edited on December 15, 2009 at 11:28 PM. Reason : so I wouldn't say it's my fav, but it's the only one I know ]
12/15/2009 11:23:38 PM
- (void)drawRect: (NSRect) therect { NSString* theomghai = @"hello, world"; NSFont* thefont; NSColor* thecolor; NSPoint thepoint; NSMutableDictionary* theattribs; thecolor = [NSColor blueColor]; thefont = [NSFont fontWithName:@"Lucida Grande" size:24]; thepoint = NSMakePoint(10,100); theattribs = [[[NSMutableDictionary alloc] init] autorelease]; [theattribs setObject:thecolor forKey:NSForegroundColorAttributeName]; [theattribs setObject:thefont forKey:NSFontAttributeName]; [theomghai drawAtPoint:thepoint withAttributes:theattribs]; [[NSColor redColor] set]; NSFrameRect([self bounds]); }
12/15/2009 11:40:57 PM
disp('Hello World')
12/15/2009 11:50:37 PM
hola mundo
12/15/2009 11:54:08 PM
selamta alem
12/16/2009 12:06:15 AM
#include <stdio.h>#pragma config WDT = OFFvoid main (void){ printf ("Hello, world!\n"); while (1);}
12/16/2009 12:14:45 AM
x <- "Hello World"x
12/16/2009 1:04:42 AM
12/16/2009 7:49:00 AM
I still assume the intent of this thread was to provoke a computer language type answer, but fuck it.
12/16/2009 8:48:31 AM