Skip to content

Commit

Permalink
HelloWorld.java
Browse files Browse the repository at this point in the history
Hello World in java
  • Loading branch information
saket1999 authored Oct 2, 2018
1 parent 3c2de77 commit ec6c12f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions HelloWorld.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
class HelloWorld
{
public static void main(String[] args)
{
System.out.println("Hello World!!");
}
}

0 comments on commit ec6c12f

Please sign in to comment.