diff --git a/README.md b/README.md index b0ad8e3..5a714ba 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? +Guys im having second thoughts, this might not be as cool as I thought. -Pro tips for getting an A in Dr.Cerny's class. +Mark Fuller - 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. +-- + +I'm currently in Dr. Ren's section of CSI 3471 in Spring 2026 + +Christine Seng 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; +}