11 lines
No EOL
200 B
C#
11 lines
No EOL
200 B
C#
using PetsAndFleas;
|
|
|
|
Console.WriteLine("*** PetsAndFleas ***");
|
|
|
|
/*
|
|
var pluto = new Dog(new DateTimeProvider());
|
|
var garfield = new Cat();
|
|
|
|
Console.WriteLine(pluto);
|
|
Console.WriteLine(garfield);
|
|
*/ |