cpp-newproject/src/inc1/greet.cpp

5 lines
83 B
C++

#include<iostream>
void greet() {
std::cout << "Hello, there!" << std::endl;
}