Skip to content

Commit

Permalink
Add welcome to java problem stmt, solution, update README
Browse files Browse the repository at this point in the history
  • Loading branch information
PrasadHonrao authored and PrasadHonrao committed Oct 7, 2019
1 parent b110499 commit 66801ee
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions java/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Introduction
- Welcome to Java! | [Problem](https://www.hackerrank.com/challenges/welcome-to-java/problem) | [Solution](https://github.com/PrasadHonrao/HackerRank/blob/master/java/introduction/welcome-to-java/welcome-to-java.java)
2 changes: 2 additions & 0 deletions java/introduction/welcome-to-java/welcome-to-java.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
System.out.println("Hello, World.");
System.out.println("Hello, Java.");
Binary file not shown.

0 comments on commit 66801ee

Please sign in to comment.