Subversion Repositories svnkaklik

Compare Revisions

Ignore whitespace Rev 356 → Rev 348

/programy/C/hello/hello.c
1,14 → 1,12
#include <stdio.h>
 
 
int main(void)
void main(void)
{
int i;
int z;
 
for(i=1;i<=255;i++)
{
printf("Hello world \n");
printf("Delka %c %d \216 \n \r",i);
}
 
return 0;
scanf(%c, z)
}