diff --git a/Program.cs b/Program.cs index 2c33a70..9dfce96 100644 --- a/Program.cs +++ b/Program.cs @@ -6,7 +6,9 @@ namespace productlist { public static void Main (string[] args) { - Console.WriteLine ("Hello World!"); + Console.WriteLine ("Welcome to the Product List"); + UI.promptForCommand (); } + } }