Initial commit
This commit is contained in:
commit
67196c7395
13 changed files with 4693 additions and 0 deletions
11
PetsAndFleas/Program.cs
Normal file
11
PetsAndFleas/Program.cs
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
using PetsAndFleas;
|
||||
|
||||
Console.WriteLine("*** PetsAndFleas ***");
|
||||
|
||||
/*
|
||||
var pluto = new Dog(new DateTimeProvider());
|
||||
var garfield = new Cat();
|
||||
|
||||
Console.WriteLine(pluto);
|
||||
Console.WriteLine(garfield);
|
||||
*/
|
||||
Loading…
Add table
Add a link
Reference in a new issue