
alice.util.Sleep Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of tuprolog Show documentation
Show all versions of tuprolog Show documentation
Light-weight Prolog system for Internet applications and infrastructures
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