using System;
public class Program
{
public static void Main()
}
public static void Funny(string message = string.Empty) // this will not compile. must use ""
Console.WriteLine("Hahah {0}", message);