7xGit/7xGit_Task1

Add line break after the Fibonacci series output

Aberta

#3 aberto em 25 de mai. de 2025

 (0 comentário) (0 reação) (0 responsável)C++ (5 forks)auto 404
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.

Guia do colaborador