Skip to content

Commit 47f2b8b

Browse files
Merge pull request #17 from awesomejt/feature/user-login
Add updated Java hello world
2 parents 1bc3cbe + 7be9469 commit 47f2b8b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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, Awesome World!");
5+
System.out.println("Hello, Super Awesome World!");
66
}
77
}

0 commit comments

Comments
 (0)