HackerRank Say "Hello, World!" With Python Problem's solution
Code:
print("Hello, World!")
Output:
Hello, World!