diff --git a/Chefs/Program.cs b/Chefs/Program.cs index c39179b..3d3e7cc 100644 --- a/Chefs/Program.cs +++ b/Chefs/Program.cs @@ -4,7 +4,7 @@ { static void Main(string[] args) { - Console.WriteLine("Hello, World!"); + Console.WriteLine("Hello, Alla!"); } //Test }