7xGit/7xGit_Task1

Add line break after the Fibonacci series output

Offen

#3 geöffnet am 25.05.2025

 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)C++ (5 Forks)auto 404
documentationenhancementgood first issue

Repository-Metriken

Stars
 (1 Stern)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

After printing the Fibonacci series, the terminal cursor stays on the same line. Add endl or "\n" after the loop to improve output readability.

Contributor Guide