输出"hello word"

#include <stdio.h>

void main()

{

printf("hello word");

}