Training Site
Sideways banner

Hello, World!

Input: Standard Input (stdin)
Output: Standard Output (stdout)
Memory limit: 64 megabytes
Time limit: 1.0 seconds

Your task is to write a program which prints Hello, World!. Use the standard input and output method for your language then upload your code file via the submit tab.

For an explanation of how to handle input and output: Click here. This example uses Python 3 but the same theory applies to all languages.

For an explanation of what the different error messages mean once submitted: Click here.

  • Sample Input 1

    
    

    Sample Output 1

    Hello, World!