Merge remote-tracking branch 'origin/main'

# Conflicts:
#	Lingo/Game.cs
This commit is contained in:
Jocelyn 2026-06-03 10:59:31 -03:00
commit bb0272132a

View file

@ -26,6 +26,7 @@ class Program
switch (userSelection) switch (userSelection)
{ {
case "1. Play Lingo": case "1. Play Lingo":
Game attempt = new Game();
break; break;
case "2. Quit": case "2. Quit":