From 7160318a7fbcc815464d1a0dff0935afe12d3ef4 Mon Sep 17 00:00:00 2001 From: Mark Fuller Date: Thu, 15 Oct 2020 20:02:58 -0700 Subject: [PATCH 1/8] Updated readme with second thoughts --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7abbaf8..286f125 100644 --- a/README.md +++ b/README.md @@ -1 +1,3 @@ -# SuperCoolProject \ No newline at end of file +# SuperCoolProject + +Guys im having second thoughts, this might not be as cool as I thought. \ No newline at end of file From 345bf233b1b0c04b91a3a3ff3be15a62408c30b5 Mon Sep 17 00:00:00 2001 From: Mark Fuller Date: Thu, 15 Oct 2020 20:59:36 -0700 Subject: [PATCH 2/8] Mark Fuller --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 286f125..f93a6aa 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ # SuperCoolProject -Guys im having second thoughts, this might not be as cool as I thought. \ No newline at end of file +Guys im having second thoughts, this might not be as cool as I thought. + +Mark Fuller \ No newline at end of file From d1b2eeaed54abf7df9a1e8bd06aa5d4487d78166 Mon Sep 17 00:00:00 2001 From: christineseng Date: Tue, 17 Mar 2026 16:07:09 -0500 Subject: [PATCH 3/8] Christine Seng --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f93a6aa..5a714ba 100644 --- a/README.md +++ b/README.md @@ -2,4 +2,10 @@ Guys im having second thoughts, this might not be as cool as I thought. -Mark Fuller \ No newline at end of file +Mark Fuller + +-- + +I'm currently in Dr. Ren's section of CSI 3471 in Spring 2026 + +Christine Seng From 81dc375c9027dc60a42254ec0d94f6b1605fd471 Mon Sep 17 00:00:00 2001 From: Mark Fuller Date: Thu, 15 Oct 2020 20:02:58 -0700 Subject: [PATCH 4/8] Updated readme with second thoughts --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index b0ad8e3..7a4fda7 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # SuperCoolProject +<<<<<<< HEAD Hello! Glad to see my homework repo is still being used. Maybe check out some of the other garbage I have kicking around on here? Pro tips for getting an A in Dr.Cerny's class. @@ -10,3 +11,6 @@ Pro tips for getting an A in Dr.Cerny's class. 4. You dont realize it now, but java streams are king. Do me a favor, if everyone here can tell Professor Fry congradulations on retirement, im sure she would be very greatful. +======= +Guys im having second thoughts, this might not be as cool as I thought. +>>>>>>> 7160318 (Updated readme with second thoughts) From 350383a855a966c2b1073154a060d68b304afdb1 Mon Sep 17 00:00:00 2001 From: Mark Fuller Date: Thu, 15 Oct 2020 20:59:36 -0700 Subject: [PATCH 5/8] Mark Fuller --- README.md | 19 ++++++------------- 1 file changed, 6 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 7a4fda7..7a80963 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,9 @@ -# SuperCoolProject +Guys im having second thoughts, this might not be as cool as I thought. -<<<<<<< HEAD -Hello! Glad to see my homework repo is still being used. Maybe check out some of the other garbage I have kicking around on here? +Mark Fuller -Pro tips for getting an A in Dr.Cerny's class. +-- - 1. Study those 200 slide powerpoints like the bible - 2. When studying go for understanding the content, not memorizing - 3. Master git and design patterns. - 4. You dont realize it now, but java streams are king. - - Do me a favor, if everyone here can tell Professor Fry congradulations on retirement, im sure she would be very greatful. -======= -Guys im having second thoughts, this might not be as cool as I thought. ->>>>>>> 7160318 (Updated readme with second thoughts) +I am currently in Dr. Ren's CSI3471 section! + +Christine Seng From ff07f576b8516bcad894e22c8aabcaf1b76d7c17 Mon Sep 17 00:00:00 2001 From: christineseng Date: Tue, 17 Mar 2026 16:45:40 -0500 Subject: [PATCH 6/8] christine seng --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7a80963..5c23cc1 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,8 @@ Guys im having second thoughts, this might not be as cool as I thought. Mark Fuller --- +-- -I am currently in Dr. Ren's CSI3471 section! +I'm currently in Dr. Ren's section of CSI 3471 in Spring 2026 Christine Seng From 65b9f2e94def3f9395ce57ced6042dcc850a7513 Mon Sep 17 00:00:00 2001 From: christineseng Date: Tue, 17 Mar 2026 16:23:28 -0500 Subject: [PATCH 7/8] Christine Seng's Hello World program! :) --- helloWorld.cpp | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 helloWorld.cpp diff --git a/helloWorld.cpp b/helloWorld.cpp new file mode 100644 index 0000000..b031d82 --- /dev/null +++ b/helloWorld.cpp @@ -0,0 +1,8 @@ +#include + +using namespace std; + +int main(){ + cout << "Hello World!!" << endl; + return 0; +} From 08bf6767ad77f7b7d87ebc60ee3010b0afe599c4 Mon Sep 17 00:00:00 2001 From: Mark Fuller <38447333+MarkFuller1@users.noreply.github.com> Date: Mon, 24 Oct 2022 14:22:45 -0700 Subject: [PATCH 8/8] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 5c23cc1..5a714ba 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +# SuperCoolProject + Guys im having second thoughts, this might not be as cool as I thought. Mark Fuller