Skip to content

Commit

Permalink
Fixed Line 56
Browse files Browse the repository at this point in the history
  • Loading branch information
Reboot01 committed Aug 23, 2017
1 parent c4d7348 commit 9ddddcb
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Guess The Number/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,7 @@ static void Main(string[] args)
Console.ReadKey(true);
}

<<<<<<< HEAD
Console.Write("Do you want to keep playing? [Y/N]:");
=======
Console.Write("Are you bored yet? [y/n]");
>>>>>>> 7ca78412d44c559893b9392ee0c511ad0bedcfdc
input = Console.ReadLine();
}
}
Expand Down

0 comments on commit 9ddddcb

Please sign in to comment.