diff --git a/Lingo/Program.cs b/Lingo/Program.cs index 332ff01..265bc43 100644 --- a/Lingo/Program.cs +++ b/Lingo/Program.cs @@ -26,6 +26,7 @@ class Program switch (userSelection) { case "1. Play Lingo": + Game attempt = new Game(); break; case "2. Quit":