Skip to content

Commit

Permalink
Merge pull request #2 from Alastifer/hello_java
Browse files Browse the repository at this point in the history
Add Java Hello World
  • Loading branch information
knightking100 authored Oct 1, 2017
2 parents 51976ed + 32cb0a7 commit 50e97e6
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 50e97e6

Please sign in to comment.