diff --git a/Chefs/Program.cs b/Chefs/Program.cs index f6e0997..c39179b 100644 --- a/Chefs/Program.cs +++ b/Chefs/Program.cs @@ -6,5 +6,6 @@ { Console.WriteLine("Hello, World!"); } + //Test } }