public static void Main()
DateTime now = DateTime.Now;
if(now.Year == 2020 && now.Month == 3 && now.Day > 12 && now.Day < 28){
argeLocation = "CANTEK ANA BİNA";
argeLocation = "ARGE BİNA";
Console.WriteLine("Şu anda Ar-Ge personeli " + argeLocation + "'sındadır");