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

t.example-sleep.0.5.0.source-code.Main Maven / Gradle / Ivy

public class Main {
    public static void main (String args[]) {
        Thread t = new Thread(new Sleep());
        t.start();
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy