Skip to content

Replace endl with "\n" because endl is too old school #22

@Ayushman-Saha

Description

@Ayushman-Saha

cout << endl;

Update the code to replace the usage of endl with the newline character \n. While endl is commonly used for newlines, it's considered "old school" or less efficient. Using \n is more lightweight and recommended when just adding a newline.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions