函数

#include <iostream>
using namespace std;

void sayGoodby() {
    cout << "Goodby!";
}

sayGoodby();