This commit is contained in:
Jake Howard 2016-04-15 11:58:21 +01:00
parent f32cf745b6
commit c5721159a4

View file

@ -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 ();
}
}
}