redcarton.com

while...


public class While {

    public static void main(String[] args) {
        while(true);
    }

}