Skip to content

Commit 1bc3cbe

Browse files
Merge pull request #16 from awesomejt/feature/awesome-update
Adding updates from Jason
2 parents 4d5a607 + e2d6a97 commit 1bc3cbe

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Example Java-Maven Project
22

3-
Test Repo update
3+
Contribution from Jason Taylor
44

55
## Getting started
66

src/main/java/dev/ikm/examples/Hello.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
class Hello {
44
public static void main(String []args) {
5-
System.out.println("Hello World");
5+
System.out.println("Hello, Awesome World!");
66
}
77
}

0 commit comments

Comments
 (0)