Skip to content

Commit

Permalink
fixing a bug
Browse files Browse the repository at this point in the history
  • Loading branch information
youssefmattar committed Aug 12, 2022
1 parent 2c42bc9 commit b4e84aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ int main(int argc, char* argv[])
{
//hConsole = GetStdHandle(STD_OUTPUT_HANDLE); // this too :)
//SetConsoleTextAttribute(hConsole, 2); // this too :)
//printf("\nbannerlib Copyright (C) 2022 Youssef Mattar\ngithub link: https://github.com/youssefmattar/\n\n");
printf("\nbannerlib Copyright (C) 2022 Youssef Mattar\ngithub link: https://github.com/youssefmattar/\n\n");
if (argc > 1) //check if there are any cmd args
{
int sumc = 0;
Expand Down

0 comments on commit b4e84aa

Please sign in to comment.