Skip to content

Commit 13356e8

Browse files
authored
Create Hello.java
1 parent 17e32e1 commit 13356e8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Hello.java

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
public class Hello{
2+
public static void main(Strings args[]){
3+
System.out.printtln("Hello world!");
4+
}
5+
}

0 commit comments

Comments
 (0)