All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.hackerwin7.jlib.utils.executors.JSample Maven / Gradle / Ivy

There is a newer version: 0.1.1
Show newest version
package com.github.hackerwin7.jlib.utils.executors;

import java.util.Date;

/**
 * Created by IntelliJ IDEA.
 * User: hackerwin7
 * Date: 2016/04/22
 * Time: 3:00 PM
 * Desc:
 * Tips:
 */
public class JSample {
    public static void main(String[] args) throws Exception {
        while (true) {
            Thread.sleep(2000);
            System.out.println(new Date());
        }
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy