Skip to content

Commit

Permalink
github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
beakona committed Dec 3, 2023
1 parent d6ecc89 commit 1e69a1c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions AutoInterfaceSample/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ public static void Main()
//int g = 1;
//p.Method(1, out f, ref g, "t", 1, 2, 3);

IPrintableComplex p = new Person2();
p.Print();
p.PrintComplex();
//IPrintableComplex p = new Person2();
//p.Print();
//p.PrintComplex();
}
}

Expand Down

0 comments on commit 1e69a1c

Please sign in to comment.