Skip to content

Commit c8c19e2

Browse files
committed
modified hello world
1 parent 5bea1cd commit c8c19e2

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
@@ -1,6 +1,6 @@
11
public class HelloWorld {
22
public static void main (String [] args){
33
System.out.println("Hello Jojie");
4-
Systen.out.println("Happy Birthday Michael");
4+
System.out.println("Happy Birthday Michael");
55
}
66
}

0 commit comments

Comments
 (0)