ex-inh-02-pets/PetsAndFleas/Program.cs
github-classroom[bot] 67196c7395
Initial commit
2025-02-25 16:59:47 +00:00

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);
*/