![]() |
#1
|
|||
|
![]() 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
|
|||
|
![]() 10 PRINT "Hello World"
20 GOTO 10 but hi!
__________________
![]() Uuur - Your favorite Master +1 cleric <LifeAlert> Rockwell - Your favorite 30 virgin <Aspen and Rockwell> | ||
|
#4
|
|||
|
![]() public static void main (String args[])
{ System.out.println("Hello Wrlod!"); } Damnit! | ||
|
#5
|
|||
|
![]() while True:
print( "hello world" ) | ||
|
#7
|
|||
|
![]() 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
|
|||
|
![]() think outside the bun
__________________
Fourthmeal - Peace Pipe
| ||
|
#9
|
|||
|
![]() #include <iostream>
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
|
|||
|
![]() Welcome,
Code:
Private Sub Command1_Click() MsgBox "Hello, World!" End Sub | ||
|
![]() |
|
|