Skip to content

Commit 3302b01

Browse files
committed
Modification message
1 parent 8fd77fe commit 3302b01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/HelloWorld.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ public class HelloWorld
22
{
33
public static void main (String [] args)
44
{
5-
System.out.println("Hello World");
5+
System.out.println("Hello World !!!");
66
}
77
}

0 commit comments

Comments
 (0)