Choose Category
using System; namespace forgetCode { class Program { static void Main(string[] args) { Console.WriteLine(DateTime.Now); } } }