cpp-newproject/src/inc1/respond.cpp

5 lines
90 B
C++

#include <iostream>
void respond() {
std::cout << "Nice to meet you!" << std::endl;
}