Project 1999

Go Back   Project 1999 > Blue Community > Blue Server Chat

Closed Thread
 
Thread Tools Display Modes
  #1  
Old 01-06-2011, 02:05 PM
Arshis Arshis is offline
Aviak


Join Date: Jan 2011
Posts: 99
Default Hello World

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.
  #2  
Old 01-06-2011, 02:12 PM
Ihealyou Ihealyou is offline
Sarnak

Ihealyou's Avatar

Join Date: Apr 2010
Location: Cleveland, OH
Posts: 454
Send a message via AIM to Ihealyou
Default

10 PRINT "Hello World"
20 GOTO 10


but hi!
__________________


Uuur - Your favorite Master +1 cleric <LifeAlert>
Rockwell - Your favorite 30 virgin <Aspen and Rockwell>
  #3  
Old 01-06-2011, 02:29 PM
hedbonker hedbonker is offline
Sarnak

hedbonker's Avatar

Join Date: Aug 2010
Location: The Shire
Posts: 403
Default

#include stdio.h

main()
{
printf("Hello World");
}

Welcome to P99 [You must be logged in to view images. Log in or Register.]
  #4  
Old 01-06-2011, 02:31 PM
Chanus Chanus is offline
Fire Giant

Chanus's Avatar

Join Date: Oct 2010
Posts: 528
Default

public static void main (String args[])
{

System.out.println("Hello Wrlod!");

}


Damnit!
  #5  
Old 01-06-2011, 02:40 PM
nalkin nalkin is offline
Fire Giant

nalkin's Avatar

Join Date: Jan 2010
Posts: 894
Default

while True:
print( "hello world" )
__________________

Quote:
Originally Posted by Bruman View Post
Hahaha, that is awesome. Right up there with...that one guy's....boat service before the boats worked.
  #6  
Old 01-06-2011, 02:43 PM
mgellan mgellan is offline
Fire Giant

mgellan's Avatar

Join Date: Mar 2010
Location: Winnipeg Canada
Posts: 880
Default

[You must be logged in to view images. Log in or Register.]
[You must be logged in to view images. Log in or Register.]
[You must be logged in to view images. Log in or Register.]

Regards,
Mg
__________________

OMNI Officer (Retired from EQ)
Check out my P99 Hunting Guide!
  #7  
Old 01-06-2011, 02:48 PM
Ihealyou Ihealyou is offline
Sarnak

Ihealyou's Avatar

Join Date: Apr 2010
Location: Cleveland, OH
Posts: 454
Send a message via AIM to Ihealyou
Default

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
__________________


Uuur - Your favorite Master +1 cleric <LifeAlert>
Rockwell - Your favorite 30 virgin <Aspen and Rockwell>
  #8  
Old 01-06-2011, 02:52 PM
Fourthmeal Fourthmeal is offline
Fire Giant


Join Date: Aug 2010
Posts: 967
Default

think outside the bun
__________________
Fourthmeal - Peace Pipe
  #9  
Old 01-06-2011, 04:04 PM
Estu Estu is offline
Planar Protector

Estu's Avatar

Join Date: Jul 2010
Location: Massachusetts
Posts: 1,994
Default

#include &lt;iostream&gt;

using namespace std;

int main(int argc, const char* argv[])
{
cout << "Hello World!" << endl;
return 0;
}
__________________
Member of <Divinity>
Estuk Flamebringer - 60 Gnomish Wizard | Kaam Armnibbler - 55 Ogre Shaman | Aftadae Roaminfingers - 54 Halfling Rogue
Aftadai Beardhammer - 50 Dwarven Cleric | Aftae Greenbottom - 49 Halfling Druid
Need a port or a rez? Hit me up on IRC!
Last edited by Estu; 01-06-2011 at 04:06 PM..
  #10  
Old 01-06-2011, 04:09 PM
nilbog nilbog is offline
Project Manager

nilbog's Avatar

Join Date: Oct 2009
Posts: 14,556
Default

Welcome,

Code:
  Private Sub Command1_Click()
      MsgBox "Hello, World!"
      End Sub
Closed Thread


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 07:40 PM.


Everquest is a registered trademark of Daybreak Game Company LLC.
Project 1999 is not associated or affiliated in any way with Daybreak Game Company LLC.
Powered by vBulletin®
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.