archive
/
product-list
Archived
1
Fork 0
This commit is contained in:
Jake Howard 2016-04-15 11:58:21 +01:00
parent f32cf745b6
commit c5721159a4
1 changed files with 3 additions and 1 deletions

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