public static void Main(string[] args)
Console.WriteLine("Cookie Monster Software System");
Console.WriteLine("(C) Ilya Basin");
Console.WriteLine("YOU!Give me cookie: ");
var item = Console.ReadLine();
Console.WriteLine("There we go. Thats the stuff! I want more...");
else if (item == "poison")
Console.WriteLine("I am dead. Press enter");
Console.WriteLine("Why?");
Console.WriteLine("Should have given me that cookie!");