Subversion Repositories svnkaklik

Compare Revisions

Ignore whitespace Rev 159 → 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)
}