View Full Version : Hello World
Arshis
01-06-2011, 02:05 PM
New player here just wanting to say hello. I'm very excited to be here, I really miss this old game and thanks to the staff at project 1999 for making it possible.
Ihealyou
01-06-2011, 02:12 PM
10 PRINT "Hello World"
20 GOTO 10
but hi!
hedbonker
01-06-2011, 02:29 PM
#include stdio.h
main()
{
printf("Hello World");
}
Welcome to P99 :)
Chanus
01-06-2011, 02:31 PM
public static void main (String args[])
{
System.out.println("Hello Wrlod!");
}
Damnit!
nalkin
01-06-2011, 02:40 PM
while True:
print( "hello world" )
mgellan
01-06-2011, 02:43 PM
http://upload.wikimedia.org/math/b/d/b/bdbd0518145e7d77425b6ab318d2ba28.png
http://upload.wikimedia.org/math/1/6/e/16e420dfdd09b8388172eaa2851ad16a.png
http://upload.wikimedia.org/math/f/e/3/fe3a83e41074834731743ab803cd4936.png
Regards,
Mg
Ihealyou
01-06-2011, 02:48 PM
dosseg
.model small
.stack 100h
.data
hello_message db 'Hello, World!',0dh,0ah,'$'
.code
main proc
mov ax,@data
mov ds,ax
mov ah,9
mov dx,offset hello_message
int 21h
mov ax,4C00h
int 21h
main endp
end main
Fourthmeal
01-06-2011, 02:52 PM
think outside the bun
#include <iostream>
using namespace std;
int main(int argc, const char* argv[])
{
cout << "Hello World!" << endl;
return 0;
}
nilbog
01-06-2011, 04:09 PM
Welcome,
Private Sub Command1_Click()
MsgBox "Hello, World!"
End Sub
Randy
01-06-2011, 04:21 PM
IDENTIFICATION DIVISION.
PROGRAM-ID. HELLOWORLD.
PROCEDURE DIVISION.
DISPLAY 'HELLO WORLD'.
STOP RUN.
Fourthmeal
01-06-2011, 04:50 PM
BUNCHA NERDS IN THIS THREAD
Bengals311
01-06-2011, 05:08 PM
> S<-"Hello World"
> S
[1] "Hello World"
Welcome!
Dr4z3r
01-06-2011, 05:17 PM
print "Hello world"
Alawen Everywhere
01-06-2011, 07:00 PM
program helloworld(output);
begin
WriteLn('Hello World');
end.
{
Welcome to Project 1999. It took me a while to decide between Pascal and Fortran.
Uuur knows assembly? really?
}
xshayla701
01-06-2011, 07:04 PM
srsly what the fuck is this
senna
01-06-2011, 07:07 PM
I don't even think boobs could save this thread
DetroitVelvetSmooth
01-07-2011, 08:06 PM
oh yeah?
http://2.bp.blogspot.com/_4s5pmFL_ZlQ/S-GVDQQ1xYI/AAAAAAAADxo/mx0vdCgm6ys/s1600/linux+boobs+geeks+chicks+linux+unix+redhat+open+so urce+opensource+linux+user+groups+community+tits+b reasts+painting+boobs+sexy+funny+hot+motivational+ posters+online+inspirational+wallpapers+blogs+deve loper+programmer.jpg
hateshadow
01-07-2011, 08:25 PM
nerds :O
senna
01-07-2011, 08:39 PM
oh yeah?
http://stele.korusuu.net/files/4chan/cat_proceed.jpg
DetroitVelvetSmooth
01-07-2011, 08:57 PM
Following the theme of computer programmers and boobs to its logical conclusion...
http://foodcourtlunch.com/wp-content/uploads/2008/10/manzier.jpg
vBulletin® v3.8.11, Copyright ©2000-2025, vBulletin Solutions Inc.