Skip to content

Commit

Permalink
Create check.java
Browse files Browse the repository at this point in the history
  • Loading branch information
rishabh115 committed Apr 1, 2018
1 parent 8ba2ed2 commit 092f80d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions check.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
public class check
{
public static void main(String args[])
{
System.out.println("hello world");
}
}

0 comments on commit 092f80d

Please sign in to comment.