using System;
public class Program
{
public static void Main()
FirstFunction();
}
static void FirstFunction()
Console.WriteLine("Something");