07-08-2008, 05:51 PM
|
#5 (permalink)
|
|
The Prestige
Join Date: Dec 2007
Posts: 1,044
Thanks: 193
|
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.
|
|
|
|