源代码hel.h
#include "iostream"
源代码hel.cpp
#include "hel.h"
using namespace std;
int main(){
std::cout<< "--start---" << std::endl;
return 0;
}
#源代码hel.h
#include "iostream"
源代码hel.cpp
#include "hel.h"
using namespace std;
int main(){
std::cout<< "--start---" << std::endl;
return 0;
}
#