Skip to main content
Search
Search This Blog
Programming Is Fun !!!
Share
Get link
Facebook
X
Pinterest
Email
Other Apps
Labels
Hackerrank's solution
June 20, 2017
welcome-to-java ((Hackerrank Solution ))
public class Solution {
public static void main(String[] args) {
/* Enter your code here. Print output to STDOUT. Your class should be named Solution. */
System.out.println("Hello, World.");
System.out.println("Hello, Java.");
}
}
Comments
Popular Posts
June 20, 2017
java-strings-introduction
Comments
Post a Comment