Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
# Git Demo

Test Repository to Help Teach basic Github functionality of branches, commits, Push/Merge functionalities, and GitHubCI testing with Maven.
1 change: 1 addition & 0 deletions src/main/java/Greetings.java
Original file line number Diff line number Diff line change
Expand Up @@ -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. */
Expand Down