7xGit/7xGit_Task1
Add line break after the Fibonacci series output
Aberta
#3 aberto em 25 de mai. de 2025
documentationenhancementgood first issue
Métricas do repositório
- Stars
- (1 estrela)
- Métricas de merge de PR
- (Métricas PR pendentes)
Description
After printing the Fibonacci series, the terminal cursor stays on the same line. Add endl or "\n" after the loop to improve output readability.