From 86ba403a55d738a1758d27eb0a328877583b8509 Mon Sep 17 00:00:00 2001 From: Nova <68174586+Suprnova123@users.noreply.github.com> Date: Fri, 28 Aug 2020 21:45:14 -0400 Subject: [PATCH] Update Program.cs --- Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Program.cs b/Program.cs index c82beea..d0081eb 100644 --- a/Program.cs +++ b/Program.cs @@ -18,7 +18,7 @@ public class Program public static string AskGame() { Console.WriteLine(" Which game do you want to search through?"); - Console.WriteLine(" 1. osu!, 2. Stepmania 3. Clone Hero"); + Console.WriteLine(" 1. osu!\n 2. Stepmania\n 3. Clone Hero"); Console.Write(" "); string gameSelection = Console.ReadLine(); if (gameSelection.Length >= 2)