Skip to content

Commit 71ccddf

Browse files
authored
Create Simple.java
1 parent bf8ac55 commit 71ccddf

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

Simple.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
class Simple{
2+
public static void main(String args[]){
3+
System.out.println("Hello Java");
4+
}
5+
}

0 commit comments

Comments
 (0)