Контакти

 Telegram: Magnumv44

 Адрес электронной почты защищен от спам-ботов. Для просмотра адреса в браузере должен быть включен Javascript.

 GitHub

 Instagram

З днем народження нас!

Я вже не раз писав, що свят які я святкую, не так вже й багато. І одне з головних свят для мене, це день народження мого блогу. Мало хто святкує таке. Але все ж. Мій блог, то моє хобі, та скарбничка моїх думок і знань (не всіх звісно ж).

Цього року моєму блогові виповнилось 17-ть років. Аж не віриться, що вже стільки. А почалося все як щось цікаве ще з універу. Думав, що буде великий портал з купою софту та новин. Бо тоді так було модно =)

А з рештою все перейшло в русло персонального блогу. І я не жалкую про те!

Тому за звичаєм:

using System;

namespace HappyBirthday
{
    class Program
    {
        private static void Main()
        {
            DateTime today = DateTime.Now;
            DateTime birthday = DateTime.Parse("8/11/2005");
            int dayInYears = 365;

            TimeSpan timeSpan = (today - birthday).Duration();

            int isBirthDayToday = timeSpan.Days / dayInYears;

            Console.WriteLine($"Today is my blog's birthday, today is his {isBirthDayToday} years");

        }
    }
}

З Днем Народження Нас!

We use cookies

We use cookies on our website. Some of them are essential for the operation of the site, while others help us to improve this site and the user experience (tracking cookies). You can decide for yourself whether you want to allow cookies or not. Please note that if you reject them, you may not be able to use all the functionalities of the site.