From c5721159a4a0a7b5f2d5a9fb1b7c700667fe64e0 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Fri, 15 Apr 2016 11:58:21 +0100 Subject: [PATCH] Call UI --- Program.cs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 (); } + } }