public class Program { public static void Main(string[] args) { System.Console.WriteLine(System.DateTime.Now.ToString("yyyy")); } }