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

issues.Issue135 Maven / Gradle / Ivy

package issues;

import java.io.PrintWriter;

public class Issue135 {
	
    static final PrintWriter SYSTEM_OUT_WRITER = new PrintWriter(System.out);
	
	static public void main(String[] args) throws Throwable {
        SYSTEM_OUT_WRITER.println("boom!");
        SYSTEM_OUT_WRITER.flush();
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy