#1936. 用函数输出hello world
用函数输出hello world
Description
使用函数输出hello worldOutput Format
hello world
hello world
Hint
#include <iostream>
using namespace std;
//实现函数hello
int main()
{
hello( );
return 0;
}