From 7160318a7fbcc815464d1a0dff0935afe12d3ef4 Mon Sep 17 00:00:00 2001 From: Mark Fuller Date: Thu, 15 Oct 2020 20:02:58 -0700 Subject: [PATCH 1/6] 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/6] 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 3b8068b47a134460e6b3628d1accb2820c24aa4f Mon Sep 17 00:00:00 2001 From: mpbearlaptop Date: Tue, 17 Mar 2026 16:03:08 -0500 Subject: [PATCH 3/6] Matthew Peterson --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f93a6aa..8bf563e 100644 --- a/README.md +++ b/README.md @@ -2,4 +2,6 @@ Guys im having second thoughts, this might not be as cool as I thought. -Mark Fuller \ No newline at end of file +Matthew Peterson is pretty cool... + +but so is Software Engineering with Dr Ren \ No newline at end of file From 4f41307e7bb7b8de8faaba35e3ca3904ac5e1acd Mon Sep 17 00:00:00 2001 From: mpbearlaptop Date: Tue, 17 Mar 2026 16:21:55 -0500 Subject: [PATCH 4/6] matthew said hello world --- HelloWorld.java | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 HelloWorld.java diff --git a/HelloWorld.java b/HelloWorld.java new file mode 100644 index 0000000..4e5f813 --- /dev/null +++ b/HelloWorld.java @@ -0,0 +1,5 @@ +class HelloWorld { + public static void main(String[] args) { + System.out.println("Hello World"); + } +} \ No newline at end of file From 170bb2e7757b0885d2638b1cffd98a865975a37b Mon Sep 17 00:00:00 2001 From: mpbearlaptop Date: Tue, 17 Mar 2026 16:40:51 -0500 Subject: [PATCH 5/6] second try to add matthews hello world --- HelloWorld.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/HelloWorld.java b/HelloWorld.java index 4e5f813..470a319 100644 --- a/HelloWorld.java +++ b/HelloWorld.java @@ -2,4 +2,5 @@ class HelloWorld { public static void main(String[] args) { System.out.println("Hello World"); } -} \ No newline at end of file +} +// Matthew Peterson \ No newline at end of file From 55042ffdbd7525b6dc75eea5eaafc4907738aa7f 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 6/6] Update README.md --- README.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8bf563e..3e74a00 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,20 @@ # SuperCoolProject +<<<<<<< HEAD Guys im having second thoughts, this might not be as cool as I thought. Matthew Peterson is pretty cool... -but so is Software Engineering with Dr Ren \ No newline at end of file +but so is Software Engineering with Dr Ren +======= +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. + + 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. +>>>>>>> bcb747a (Update README.md)