Skip to content

Commit

Permalink
modified
Browse files Browse the repository at this point in the history
  • Loading branch information
jesushilarioh committed Apr 18, 2021
1 parent cacf991 commit 153af08
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ void displayCString(char *c_string)
{
while(*c_string != '\0')
{
cout << *c_string;
cout << *c_string;
c_string++;
}
}
Expand Down

0 comments on commit 153af08

Please sign in to comment.