Update 'du2/program.c'
This commit is contained in:
parent
035947cf78
commit
848939b8cf
@ -6,7 +6,7 @@ int main(){
|
||||
//int i=1;
|
||||
int value = 0;
|
||||
int r = scanf("%d",&value);
|
||||
if (r > 1){
|
||||
if (r == 1){
|
||||
printf("Úspešne som načítal hodnotu %d\n",value);
|
||||
}
|
||||
else {
|
||||
|
Loading…
Reference in New Issue
Block a user