master
3009594 2024-09-05 23:19:41 +02:00
parent 3ce4d6e5eb
commit 7b6956c7bb
1 changed files with 0 additions and 1 deletions

View File

@ -8,7 +8,6 @@ int main(){
int random = rand();
// Um die Zufallszahl in einem bestimmten Bereich zu erhalten:
int randomInRange = rand() % 100; // Zahl zwischen 0 und 99