From 7160318a7fbcc815464d1a0dff0935afe12d3ef4 Mon Sep 17 00:00:00 2001 From: Mark Fuller Date: Thu, 15 Oct 2020 20:02:58 -0700 Subject: [PATCH 1/5] 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/5] 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/5] 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/5] 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/5] 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