From ee27d7119e91b27c39c18e231d427064c6cf4763 Mon Sep 17 00:00:00 2001 From: Josh Creek Date: Sun, 7 Nov 2021 07:15:26 +0000 Subject: [PATCH] Initial commit --- README.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..f895b59 --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# CsvPaginated +A small application to show paginated results from a CSV. This was completed for the Code2Gether community October Challenge in 2021.