Rabu, 13 Juni 2012

Coba Syntax Highlighter

Contoh
int i;
for (i=0;i<10;i++){
 printf("%d",i);
}