<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">// Co wypisze ponizszy kod? Jak to mozliwe?
public class Zagadka {
	public static void main(String[] args) {
		System.out.println(Math.abs("DESIGNING WORKHOUSES".hashCode()) &gt;= 0);
	}
}

</pre></body></html>