diff --git a/java/README.md b/java/README.md new file mode 100644 index 0000000..716c49e --- /dev/null +++ b/java/README.md @@ -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) diff --git a/java/introduction/welcome-to-java/welcome-to-java.java b/java/introduction/welcome-to-java/welcome-to-java.java new file mode 100644 index 0000000..0e6a203 --- /dev/null +++ b/java/introduction/welcome-to-java/welcome-to-java.java @@ -0,0 +1,2 @@ +System.out.println("Hello, World."); +System.out.println("Hello, Java."); \ No newline at end of file diff --git a/java/introduction/welcome-to-java/welcome-to-java.pdf b/java/introduction/welcome-to-java/welcome-to-java.pdf new file mode 100644 index 0000000..c8e8f09 Binary files /dev/null and b/java/introduction/welcome-to-java/welcome-to-java.pdf differ