From 5c5f02038c74dd68b8f788ddb439238bd2d687db Mon Sep 17 00:00:00 2001 From: tsuna-can-se <61451753+tsuna-can-se@users.noreply.github.com> Date: Mon, 6 May 2024 23:11:48 +0900 Subject: [PATCH] =?UTF-8?q?=E3=83=A1=E3=83=83=E3=82=BB=E3=83=BC=E3=82=B8?= =?UTF-8?q?=E3=82=92=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- exercise/13/Ex13_01/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exercise/13/Ex13_01/Program.cs b/exercise/13/Ex13_01/Program.cs index 6389f07..6f55538 100644 --- a/exercise/13/Ex13_01/Program.cs +++ b/exercise/13/Ex13_01/Program.cs @@ -9,7 +9,7 @@ } catch (ArgumentOutOfRangeException ex) { - Console.WriteLine("入力可能な値は1~9の整数だけです。"); + Console.WriteLine("入力可能な値は1~10の整数だけです。"); Console.WriteLine(ex.ToString()); Console.WriteLine("==========="); }