-->
当前位置:首页 > 题库

PROGRAMMING:hello,world

Luz5年前 (2021-05-10)题库598
###Task description:
```
Write a program to output a line of text: Hello, world.
Note: "Hello, world" program refers to the computer program that outputs the string of "Hello, world" on the computer screen. This routine is widely used in the C program language by Brian Kernighan and Dennis M. Ritchie.
```
###Input format:
This program does not require input
###Output format:
Output a line of text: Hello, world
###Input example:
```in
```
###Output example:
```out
hello,world
```







answer:If there is no answer, please comment