The solution is one line: python print("Hello, World!") That's it. Copy this to HackerRank's editor and submit. You should see "Congratulations" or a green checkmark. If it fails, check: Did you include the comma? The space?
The exclamation mark? Are H and W capitalized? These details matter. Once you pass, you've completed your first programming challenge. The process of reading a problem, writing code, and submitting will become second nature.