From d79b17f21f9b8a705b04e81898fdc2cd56b0f2b5 Mon Sep 17 00:00:00 2001 From: andreikuv Date: Tue, 17 Mar 2026 16:19:52 -0500 Subject: [PATCH 1/2] Andrei Kuvshinikov --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b0ad8e3..2a633ec 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # SuperCoolProject - +Andrei Kuvshinikov 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 2. When studying go for understanding the content, not memorizing From 9a0059baa301ab995099035383604cec8d496279 Mon Sep 17 00:00:00 2001 From: andreikuv Date: Tue, 17 Mar 2026 17:01:48 -0500 Subject: [PATCH 2/2] Andrei's Code --- 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..2d15bb7 --- /dev/null +++ b/HelloWorld.java @@ -0,0 +1,5 @@ +public class Main { + public static void main(String[] args) { + System.out.println("Hello World!"); + } +}