From 8380f699047e30c15c1e9e5ebf2012f42b6ccf12 Mon Sep 17 00:00:00 2001 From: Isuri Nanomi Arachchige Date: Fri, 5 Jul 2024 14:36:13 +0100 Subject: [PATCH 1/3] Create README.md --- README.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..aa00a66 --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +test-readme From 1e3600aefbff9b6cd7cc1b14018e94a3bdad3806 Mon Sep 17 00:00:00 2001 From: Anna Furtado Date: Fri, 5 Jul 2024 15:53:31 +0100 Subject: [PATCH 2/3] Create today.json To add this file --- today.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 today.json diff --git a/today.json b/today.json new file mode 100644 index 0000000..ef482a8 --- /dev/null +++ b/today.json @@ -0,0 +1,3 @@ +{ + "today_date": "2024-07-05" +} From 4f4c25a2f528f5c4b38b30d0b85e7df4f71c50f4 Mon Sep 17 00:00:00 2001 From: Anna Furtado Date: Fri, 5 Jul 2024 15:55:30 +0100 Subject: [PATCH 3/3] Update today.json --- today.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/today.json b/today.json index ef482a8..8862fbf 100644 --- a/today.json +++ b/today.json @@ -1,3 +1,4 @@ { - "today_date": "2024-07-05" + "today_date": "2024-07-05", + "yesterday": "all my troubles seem so far away" }