View Single Post
Old 07-08-2008, 05:51 PM   #5 (permalink)
Orc
The Prestige
 
Orc's Avatar
 
Join Date: Dec 2007
Posts: 1,044
Thanks: 193
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! :]
__________________
VillageIdiot can have my babbies ;d

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