Skip to content

Commit

Permalink
Merge pull request #90 from AmanGit010/JavaSolution
Browse files Browse the repository at this point in the history
Solution for #19 Java HackerRank problem
  • Loading branch information
Riddhi9570 authored Oct 1, 2022
2 parents 8a6147d + df4f2c7 commit dcbdb7f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
12 changes: 12 additions & 0 deletions Java/Introduction/Welcome_To_Java.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
// Problem - https://www.hackerrank.com/challenges/welcome-to-java/problem?isFullScreen=true
// Score - 3
// Difficulty - Easy


public class WelcomeToJava {
public static void main(String[] args)
{
System.out.println("Hello, World.");
System.out.println("Hello, Java.");
}
}
1 change: 0 additions & 1 deletion Java/Introduction/dummy.java

This file was deleted.

0 comments on commit dcbdb7f

Please sign in to comment.