HOw to make your own functions cpp code example Example: functions in C++ void Hello() { std::cout << "Hello"; } int main () { Hello(); }