Skip to content

Commit 7be9469

Browse files
committed
Add updated Java hello world
1 parent 1bc3cbe commit 7be9469

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)