static void main(string[ args])
{
int a;
a=convert.ToInt16(console.ReadLine());
if(1==a)
{
Console.WriteLine("ALLAH HAFIZ, bye bye"); //print some thing
}
if(2==a)
{
Console.WriteLine(main());
}
Console.ReadKey();
}
static void main(string[ args])
{
int a;
a=convert.ToInt16(console.ReadLine());
if(1==a)
{
Console.WriteLine("ALLAH HAFIZ, bye bye"); //print some thing
}
if(2==a)
{
Console.WriteLine(main());
}
Console.ReadKey();
}