Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 9 additions & 3 deletions Repo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ static class Repo
{ "Chicken Bacon Alfredo", new[] { "mushroom", "onion", "chicken", "bacon"} },
{ "Chicken Feast", new[] { "chicken", "mushroom", "sweetcorn" } },
{ "Deluxe Hawaiian", new[] { "ham", "bacon", "pineapple" } },
{ "Diavolo", new[] { "pepperoni", "salami", "onion" } },
{ "Diavolo", new[] { "pepperoni", "salami", "onion" } },
{ "Emiliana", new[] { "tomato", "mozzarella cheese", "eggplant", "potato", "sausage" }},
{ "Four Seasons", new[] {"tomato", "mozzarella cheese", "basil leaves", "artichoke",
"fontina cheese", "mushroom", "red pepper", "provolone cheese", "potato",
Expand All @@ -36,7 +36,9 @@ static class Repo
{ "Seafood", new[] { "shrimp", "anchovy" , "basil" } },
{ "Supreme", new[] { "pepperoni", "sausage", "mushroom", "green pepper", "onion" } },
{ "Texas BBQ", new[] { "chicken", "bacon", "onion", "red pepper", "green pepper" } },
{ "Tuna Supreme", new[] { "tuna", "sweetcorn", "onion" } }
{ "Tuna Supreme", new[] { "tuna", "sweetcorn", "onion" } },
{ "Anchovies", new[] { "anchovy", "ground basil", "mozzarella", "tomato" } },
{ "Frutti di mare", new[] { "mussel", "shrimp", "surimi stick", "mozzarella", "tomato" } }
}
);

Expand All @@ -51,7 +53,8 @@ static class Repo
{ "Parmigiana", new[] {"tomato", "eggplant" } },
{ "Spice Garden", new[] {"green pepper", "banana pepper", "jalapeño pepper" } },
{ "Spinach Delight", new[] {"spinach", "tomato" } },
{ "Veggie Lovers", new[] {"tomato", "olive", "spinach", "mushroom", "onion" } }
{ "Veggie Lovers", new[] {"tomato", "olive", "spinach", "mushroom", "onion" } },
{ "Vegetal", new[] {"onion", "mushroom", "olive", "caper", "pepper", "artichoke", "mozzarella", "tomato" } }
}
);

Expand All @@ -66,12 +69,14 @@ static class Repo
"chicken",
"ham",
"hot chorizo sausage",
"mussel",
"pepperoni",
"prosciutto",
"salami",
"sausage",
"shrimp",
"steak",
"surimi stick",
"tuna"
}
);
Expand All @@ -87,6 +92,7 @@ static class Repo
"bell peppers",
"black olive",
"broccoli",
"caper",
"cherry tomato",
"eggplant",
"garlic",
Expand Down