This commit is contained in:
2025-10-04 09:41:02 +02:00
parent 730c3c2e39
commit cd08f8b08e

View File

@@ -12,7 +12,7 @@ main()
//Funktionstest
for (int i = 0; i < 50; i++)
for (int i = 50; i < 60; i++)
{
print_number(i); // neue Funktion unsicher und unvollständig
}