public static void Main()
Console.WriteLine("SUM: " + sum(5,7));
static int sum(int a, int b) {
static int Product (int x, int y) {
static void PrintGreeting(){
Console.WriteLine("Hello World");
Console.WriteLine("Hello and welcome to the village store");
Console.WriteLine("This is a complicated block of stuff...");