Skip to content

Commit

Permalink
Add Java Hello World
Browse files Browse the repository at this point in the history
  • Loading branch information
Alastifer committed Oct 1, 2017
1 parent 195bfa3 commit 32cb0a7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Java.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
class Java {

public static void main(String[] args) {
System.out.println("Hello World");
}

}

0 comments on commit 32cb0a7

Please sign in to comment.