From 74451f6012eb3e1ea98094494619a8b9d7976de0 Mon Sep 17 00:00:00 2001 From: jyg9cornell Date: Tue, 15 Sep 2020 18:56:06 -0400 Subject: [PATCH 1/3] inital fruit list --- fruit.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 fruit.txt diff --git a/fruit.txt b/fruit.txt new file mode 100644 index 0000000..4c479de --- /dev/null +++ b/fruit.txt @@ -0,0 +1 @@ +apple From 16eb3aa2954a226dc1ee51cd7c468c4cd3c82abe Mon Sep 17 00:00:00 2001 From: jyg9cornell Date: Tue, 15 Sep 2020 18:59:21 -0400 Subject: [PATCH 2/3] added mango to the fruit list --- fruit.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/fruit.txt b/fruit.txt index 4c479de..8713ea9 100644 --- a/fruit.txt +++ b/fruit.txt @@ -1 +1,2 @@ apple +mango From 5c8b16b10db8d5d8ef8a3b4d9e3ce440b62b3ac0 Mon Sep 17 00:00:00 2001 From: jyg9cornell Date: Tue, 15 Sep 2020 19:06:49 -0400 Subject: [PATCH 3/3] ALICE: Initial animal list --- animals.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 animals.txt diff --git a/animals.txt b/animals.txt new file mode 100644 index 0000000..aad0808 --- /dev/null +++ b/animals.txt @@ -0,0 +1,3 @@ +cow +pig +dog