/** * Try to make this check pass * ``` * if(1 > 2) * ``` * Or just piece of html * ``` *

1 = 3

* ``` */ fun hackTheArithmetic(){ valueOf(1) { set(3) } }