Skip to content
This repository has been archived by the owner on Jan 1, 2019. It is now read-only.

Commit

Permalink
Hello World - JAVA
Browse files Browse the repository at this point in the history
added implementation
  • Loading branch information
mil1200 authored Oct 1, 2017
1 parent 49507d1 commit e82794a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions hello_world.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
public class HelloWorld {

public static void main(String[] args) {
// Prints "Hello, World" to the terminal window.
System.out.println("Hello, World");
}

}

0 comments on commit e82794a

Please sign in to comment.