Preview:
public void setSleep() throws UnirestException, InterruptedException {
	Integer sleep = 10;
	for (int i = 1; i <= sleep ; i++) {
		System.out.println(i + " Hola");
		TimeUnit.SECONDS.sleep(2);
		}
	}
downloadDownload PNG downloadDownload JPEG downloadDownload SVG

Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!

Click to optimize width for Twitter