#B2002. Print Hello,World!

    ID: 11084 Type: Default 1000ms 256MiB

Print Hello,World!

This problem requires you to write a program that outputs the exact string Hello,World!.

Make sure that:

  • The comma is an English comma and is not followed by a space.
  • The letters 'H' and 'W' are uppercase.

inputFormat

This problem does not require any input. However, a dummy input field is provided in test cases.

outputFormat

Output the string Hello,World! exactly as shown without any extra characters or spaces.

sample

N/A
Hello,World!