#P85. System Test: Hello, World!

System Test: Hello, World!

负责人

注意

本题需要使用文件读写( test.in / test.out )。

题目描述

编写一个能够输出 Hello, World! 的程序。

样例

Hello, World!

提示

  • 使用英文标点符号;
  • Hello, World! 的逗号后面有一个空格;
  • HW 为大写字母。