Initial commit

This commit is contained in:
github-classroom[bot] 2025-02-25 16:59:47 +00:00 committed by GitHub
commit 67196c7395
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
13 changed files with 4693 additions and 0 deletions

11
PetsAndFleas/Program.cs Normal file
View 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);
*/