Skip to content

Commit

Permalink
Small changes
Browse files Browse the repository at this point in the history
  • Loading branch information
LithiumOx committed Apr 12, 2024
1 parent 26edad6 commit 8782bf2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,4 @@
*.md
!README.md
compile_commands.json
.DS_Store
2 changes: 1 addition & 1 deletion 00/ex00/megaphone.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
*/
int main(int ac, char **av) {
if (ac == 1) {
std::cout << "* LOUD AND UNBEARABLE FEEDBACK NOISE *";
std::cout << "* LOUD AND UNBEARABLE FEEDBACK NOISE *" << std::endl;
return 0;
} else {
for (int i = 1; i < ac; i++) {
Expand Down

0 comments on commit 8782bf2

Please sign in to comment.