public static void Main()
Console.WriteLine("Hello World");
public static int LuckyMoney(int money, int giftees)
Console.WriteLine(money + "hhhh" + giftees);
if(8 * giftees == money )
else if( (money / 8) != giftees && money%8 == 0)
if((money / 8) < giftees)
nbDon8 = (money / 8) - 1;
else if(money > (8 *giftees ))