Skip to content

Commit

Permalink
Update Listing06.26.DefiningAPrimaryConstructor.cs
Browse files Browse the repository at this point in the history
Co-authored-by: Kevin B <[email protected]>
  • Loading branch information
BenjaminMichaelis and Keboo authored Sep 15, 2023
1 parent 0115e9a commit 7e82091
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Chapter06/Listing06.26.DefiningAPrimaryConstructor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ public class Program
{
public static void Main()
{
Employee employee;
employee = new("Inigo", "Montoya");
Employee employee = new("Inigo", "Montoya");
employee.Salary = "Too Little";

System.Console.WriteLine(
Expand Down

0 comments on commit 7e82091

Please sign in to comment.