Skip to content

Commit 91b3607

Browse files
authored
Update 04_javaBeginners.java
1 parent c44241f commit 91b3607

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Java_Beginners/04_javaBeginners.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
class apples{ // The class name.
2-
public static void main(String args[]){
2+
public static void main(String[] args){
33
System.out.println("Hello Youitube");
44
}
5-
}
5+
}

0 commit comments

Comments
 (0)