adamtierry
January 19th, 2009, 01:18 AM
hello this is a code test
#include <stdio.h>
int main(){
printf("this is a test\n");
return 0;
}
#include <stdio.h>
int main(){
printf("this is a test\n");
return 0;
}
|
Click to See Complete Forum and Search --> : code test adamtierry January 19th, 2009, 01:18 AM hello this is a code test #include <stdio.h> int main(){ printf("this is a test\n"); return 0; } codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |