Initial Commit (w/ Ch1Duck first implementation)
This commit is contained in:
7
Ch1Duck/Program.cs
Normal file
7
Ch1Duck/Program.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
// See https://aka.ms/new-console-template for more information
|
||||
|
||||
using Ch1Duck;
|
||||
|
||||
Duck mallard = new MallardDuck();
|
||||
mallard.PerformQuack();
|
||||
mallard.PerformFly();
|
||||
Reference in New Issue
Block a user