From 23f8976d192a5d910f4716ddd955dc314f3bd1af Mon Sep 17 00:00:00 2001 From: Miguel de la Cruz Date: Fri, 30 Jun 2023 11:38:03 +0200 Subject: [PATCH] Create a sample birthday.csv file --- birthdays.csv | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 birthdays.csv diff --git a/birthdays.csv b/birthdays.csv new file mode 100644 index 0000000..1450480 --- /dev/null +++ b/birthdays.csv @@ -0,0 +1,2 @@ +John Doe,john@doe.com,12345,17/04/2192 +Jane Doe,jane@doe.com,54321,10/11/2020 \ No newline at end of file