This commit is contained in:
Bora Zuenbuelkoek 2025-04-04 10:14:57 +02:00
parent 3eadbb2b2b
commit 8354212d4f
2 changed files with 2 additions and 2 deletions

View File

@ -34,4 +34,4 @@ int main() {
printf("Die umgekehrte Zahl ist: %d\n", reversed);
return 0;
}
}

View File

@ -42,4 +42,4 @@ int main() {
}
return 0;
}
}