From 2e86c21a4e8912c7a5028268d37e0b3acbe970de Mon Sep 17 00:00:00 2001 From: Marcin Badurowicz Date: Fri, 11 Oct 2024 13:07:27 +0200 Subject: [PATCH] start translating --- Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)