From f7d75ae4b3c8600b22ddba339b642dc80b9234b8 Mon Sep 17 00:00:00 2001 From: Andrew Hutcheson Date: Thu, 19 Mar 2026 10:53:46 -0500 Subject: [PATCH 1/2] message with my name in it --- helloWorld.cpp | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 helloWorld.cpp diff --git a/helloWorld.cpp b/helloWorld.cpp new file mode 100644 index 0000000..4789a3a --- /dev/null +++ b/helloWorld.cpp @@ -0,0 +1,7 @@ +#include +using namespace std; + +int main(){ + cout << "Hello World!" << endl; + return 0; +} \ No newline at end of file From 62f0b63718094b9ccfd5743957fc45a6ce1e9ba9 Mon Sep 17 00:00:00 2001 From: Andrew Hutcheson Date: Thu, 19 Mar 2026 11:31:00 -0500 Subject: [PATCH 2/2] change readme text --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b0ad8e3..6c021de 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,11 @@ -# SuperCoolProject 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. +Pro tips for getting an A in Dr.Ren's class. - 1. Study those 200 slide powerpoints like the bible + 1. Study the powerpoints 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. +Andrew Hutcheson \ No newline at end of file