diff --git a/Program.cs b/Program.cs index ae37692..5d465ea 100644 --- a/Program.cs +++ b/Program.cs @@ -8,7 +8,7 @@ int guess; int trials = 0; do { - Console.Write("Wprowadź wartość: "); + Console.Write("Enter value: "); guess = Convert.ToInt32(Console.ReadLine()); if (guess > value)