Skip to content

Commit

Permalink
flash cards clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
ZacharyPatten committed Dec 1, 2023
1 parent e379a24 commit cca9c02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Projects/Flash Cards/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
while (true)
{
Console.Clear();
Console.WriteLine("""
Console.Write("""

Flash Cards

Expand Down
2 changes: 1 addition & 1 deletion Projects/Website/Games/Flash Cards/Flash Cards.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public async Task Run()
while (true)
{
await Console.Clear();
await Console.WriteLine("""
await Console.Write("""

Flash Cards

Expand Down

0 comments on commit cca9c02

Please sign in to comment.