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