View Single Post
Old 07-08-2008, 06:51 PM   #5 (permalink)
Orc
The Prestige
 
Orc's Avatar
 
Join Date: Dec 2007
Location: On your Hard Drive, hiding like a Virus
Posts: 818
Thanks: 163
Orc is on a distinguished road
Default

Code:
#include <stdio.h> // PRINTF :D
#include <stdlib.h> // System function

int main ( )
{

	printf("Welcome Dal!");
	system("PAUSE");

	return (-1);

}
xD C code :D anyway welcome! :]
__________________
Wax on, Wax off

Last edited by Orc : 08-02-2008 at 08:10 AM.
Orc is offline  
Reply With Quote
The Following User Says Thank You to Orc For This Useful Post:
Dal (07-09-2008)