|
|
SPOJ Problem Set (tutorial)
10742. Hello, World!
Problem code: SBE201A1
|
This is a hello world problem. You need to print the string "Hello, World!" on the screen.You do NOT need to read any input.
Input
[No Input]
Output
The string "Hello, World!" as is.
Example
Output:
Hello, World!
|
|
|
|