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;

}