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

alice.util.Sleep Maven / Gradle / Ivy

The newest version!
package alice.util;

public class Sleep {
    static public void main(String[] args) throws Exception {
        Thread.sleep(Integer.parseInt(args[0]));
        System.exit(0);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy