Subversion Repositories svnkaklik

Rev

Rev 160 | Go to most recent revision | Blame | Last modification | View Log | Download

#include <stdio.h>


int main(void)
{
int i;

 for(i=1;i<=255;i++)
 {
   printf("Hello world \n");
 }

 return 0;
}