From 952a75f2cf758e0b305a72d181a438f9ca0e7e48 Mon Sep 17 00:00:00 2001 From: hey-mikey Date: Mon, 5 Oct 2020 13:45:54 -0700 Subject: [PATCH] Added a meat and two veg --- Repo.cs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Repo.cs b/Repo.cs index bd3f849..7ccdd14 100644 --- a/Repo.cs +++ b/Repo.cs @@ -63,6 +63,7 @@ static class Repo "beef", "boiled egg", "canadian bacon", + "capicola", "chicken", "ham", "hot chorizo sausage", @@ -87,6 +88,7 @@ static class Repo "bell peppers", "black olive", "broccoli", + "Brussels sprouts", "cherry tomato", "eggplant", "garlic", @@ -107,7 +109,8 @@ static class Repo "sauerkraut", "spinach", "sweetcorn", - "tomato" + "tomato", + "zucchini", } );