diff --git a/README.md b/README.md index 81b19d1..bd2afb2 100644 --- a/README.md +++ b/README.md @@ -1 +1,3 @@ +# Git Demo + Test Repository to Help Teach basic Github functionality of branches, commits, Push/Merge functionalities, and GitHubCI testing with Maven. diff --git a/src/main/java/Greetings.java b/src/main/java/Greetings.java index de526a7..760295e 100644 --- a/src/main/java/Greetings.java +++ b/src/main/java/Greetings.java @@ -10,6 +10,7 @@ public final class Greetings { MESSAGES.add("Hello from the teacher!"); // students add exactly one line each: // MESSAGES.add("Hola — Alice P."); + MESSAGES.add("Hello-DarionP."); } /** Returns an unmodifiable view of the greetings list. */