From 5ad8ccaf3af710abd4a7bd4cdc2a672c224cf1a2 Mon Sep 17 00:00:00 2001 From: Gihun Ham Date: Wed, 31 Mar 2021 09:02:56 +0900 Subject: [PATCH] =?UTF-8?q?Student3116Jo=20=ED=86=B5=ED=95=A9=20=EB=B2=84?= =?UTF-8?q?=EA=B7=B8=20=ED=95=B4=EA=B2=B0=20=EB=88=84=EB=9D=BD=EB=90=9C=20?= =?UTF-8?q?Student3116JO=20=ED=94=84=EB=A1=9C=EC=A0=9D=ED=8A=B8=20?= =?UTF-8?q?=EB=93=B1=EB=A1=9D=20=EB=B0=8F=20Students3116Jo=20->=20Student3?= =?UTF-8?q?116Jo=20;=20=EB=88=84=EB=9D=BD=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- HelloStudents/HelloStudents.csproj | 4 ++++ HelloStudents/Student3116JO.cs | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/HelloStudents/HelloStudents.csproj b/HelloStudents/HelloStudents.csproj index 60a71ca..8117afe 100644 --- a/HelloStudents/HelloStudents.csproj +++ b/HelloStudents/HelloStudents.csproj @@ -32,6 +32,9 @@ prompt 4 + + HelloStudents.Program + @@ -48,6 +51,7 @@ + diff --git a/HelloStudents/Student3116JO.cs b/HelloStudents/Student3116JO.cs index d32570e..83c4add 100644 --- a/HelloStudents/Student3116JO.cs +++ b/HelloStudents/Student3116JO.cs @@ -1,10 +1,10 @@ namespace HelloStudents { - internal class Students3116JO : StudentBase + internal class Student3116JO : StudentBase { public override string Hello() { - return "안녕? 나는 " + this + "야." + return "안녕? 나는 " + this + "야."; } } } \ No newline at end of file