//making own function void CustomFunction() { Console.Writeline("we started our own function :D "); } //starting the customfunction CustomFunction();