![]() |
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.
|
10 PRINT "Hello World"
20 GOTO 10 but hi! |
#include stdio.h
main() { printf("Hello World"); } Welcome to P99 :) |
public static void main (String args[])
{ System.out.println("Hello Wrlod!"); } Damnit! |
while True:
print( "hello world" ) |
|
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 |
think outside the bun
|
#include <iostream>
using namespace std; int main(int argc, const char* argv[]) { cout << "Hello World!" << endl; return 0; } |
Welcome,
Code:
Private Sub Command1_Click() |
All times are GMT -4. The time now is 07:49 AM. |
Powered by vBulletin®
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.