#ifndef _ _HELLO_H_ _
#define _ _HELLO_H_ _
void Hello(void);
#endif
#include<iostream>
using namespace std;
#include"hello.h"
void Hello(void)
{
cout<<"Hello,world!"<<end;
}
#include<stdlib.h>
#include"hello.h"
int main()
{
Hello();
system("PAUSE");
return 0;
}
浮云间
交互式爱情
喵喔喔
相关分类