Subversion Repositories svnkaklik

Compare Revisions

Problem with comparison.

Ignore whitespace Rev HEAD → Rev 160

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