From 2490e0e568fd067a7fe5254d24435bad555556fb Mon Sep 17 00:00:00 2001 From: cpscott1 Date: Wed, 5 Dec 2018 21:05:34 -0600 Subject: [PATCH 1/3] test repo --- index.html | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 index.html diff --git a/index.html b/index.html new file mode 100644 index 0000000..e69de29 From df07e30b57af4a1ed5e25742c1c52ad99f176112 Mon Sep 17 00:00:00 2001 From: cpscott1 Date: Wed, 5 Dec 2018 21:19:42 -0600 Subject: [PATCH 2/3] added hello world --- index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/index.html b/index.html index e69de29..2984225 100644 --- a/index.html +++ b/index.html @@ -0,0 +1 @@ +'HELLO WORLD' From 38e55d7aea997f72c63b72d5c6b3390e8cb608b2 Mon Sep 17 00:00:00 2001 From: cpscott1 Date: Wed, 5 Dec 2018 21:43:27 -0600 Subject: [PATCH 3/3] adding a question --- index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/index.html b/index.html index 2984225..926dd58 100644 --- a/index.html +++ b/index.html @@ -1 +1,2 @@ 'HELLO WORLD' +how are you doing?