7xGit/7xGit_Task1

Add line break after the Fibonacci series output

开放

#3 创建于 2025年5月25日

 (0 条评论) (0 个反应) (0 位负责人)C++ (5 个派生)auto 404
documentationenhancementgood first issue

仓库指标

星标
 (1 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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

贡献者指南