Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
mkj-git authored Dec 12, 2019
1 parent 2787834 commit b82bc57
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Binary file added PlayGround/bin/HelloWorld.class
Binary file not shown.
8 changes: 8 additions & 0 deletions PlayGround/src/HelloWorld.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@

public class HelloWorld {

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

}

0 comments on commit b82bc57

Please sign in to comment.