07-08-2008, 06:51 PM
|
#5 (permalink)
|
|
The Prestige
Join Date: Dec 2007
Location: On your Hard Drive, hiding like a Virus
Posts: 818
Thanks: 163
|
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.
|
|
|
|