Skip to content
This repository has been archived by the owner on Sep 8, 2020. It is now read-only.

Commit

Permalink
Update Program.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
Suprnova authored Aug 29, 2020
1 parent 195d1f0 commit 86ba403
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 86ba403

Please sign in to comment.