We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae72bcf commit ef8cc11Copy full SHA for ef8cc11
assignment_4/csharp/main.cs
@@ -53,6 +53,7 @@ static void Main(string[] args)
53
54
Console.WriteLine("getResult() = " + calc.GetResult());
55
56
+
57
Console.WriteLine("\n[Builder Pattern]");
58
var person = new PersonBuilder()
59
.WithName("홍길동")
0 commit comments