7xGit/7xGit_Task1

Add line break after the Fibonacci series output

Open

#3 opened on May 25, 2025

 (0 comments) (0 reactions) (0 assignees)C++ (5 forks)auto 404
documentationenhancementgood first issue

Repository metrics

Stars
 (1 star)
PR merge metrics
 (PR metrics pending)

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.

Contributor guide