Контакти

 Telegram: Magnumv44

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

 GitHub

 Instagram

С днем программиста

/**
 * Created by Віталій on 012 12.09.2016.
 */

import java.util.Calendar;

public class Main {
    public static void main(String[] args) {
        int day;
        Calendar calendar = Calendar.getInstance();

        day = calendar.get(Calendar.DAY_OF_YEAR);

        if (day == 256) {
            System.out.println("С Днем программиста!!!");
        } else {
            System.out.println("Сегодня еще один скушный рабочий день =(");
        }

    }
}
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.