Functions

using System;

void SayGoodby() {
    Console.WriteLine("Goodby!");
}

SayGoodby();