From 6d3f7d1f197e5f2542e568f580afb58fbfe7bd9d Mon Sep 17 00:00:00 2001 From: dymen <11153695+mycodehome1@user.noreply.gitee.com> Date: Thu, 21 Sep 2023 12:37:04 +0800 Subject: [PATCH] add three --- adjectives | 2 +- colours | 3 ++- nouns | 1 + 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/adjectives b/adjectives index e57210e..6dd2f0e 100644 --- a/adjectives +++ b/adjectives @@ -2,4 +2,4 @@ anger happy scary unhappy - +sad diff --git a/colours b/colours index 7ff01e2..e78f1ee 100644 --- a/colours +++ b/colours @@ -1,4 +1,5 @@ black blue red -white \ No newline at end of file +white +yellow \ No newline at end of file diff --git a/nouns b/nouns index 2d69d74..e618a53 100644 --- a/nouns +++ b/nouns @@ -2,3 +2,4 @@ cat elephants panda pig +dog \ No newline at end of file -- Gitee