Skip to content

Commit

Permalink
Made updates in amongus
Browse files Browse the repository at this point in the history
  • Loading branch information
moniiccaaa committed Oct 24, 2023
1 parent 7c6d5f5 commit 5369054
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ using namespace ascii;

int main()
{
Ascii a = Ascii(banner);
a.print("l");
Ascii a = Ascii(straight);
a.print("Y");
return 0;
}

0 comments on commit 5369054

Please sign in to comment.