Choose Category
using System; namespace forgetCode { class Program { static void Main(string[] args) { Console.Title = Console.ReadLine(); } } }