public static void Main()
Console.WriteLine("Hello user !, Welcome to Cookie´s War");
Console.WriteLine("Before we start the war we need your age");
age = int.Parse(Console.ReadLine());
Console.WriteLine("WELCOME TO THE WAR!!!");
Console.WriteLine("Oh sorry, you must be 16 or older");