Join Slack
Powered by
```class Fraction(x: Int) { val x: Int in...
# announcements
y
yole
11/28/2016, 5:33 PM
Copy code
class Fraction(x: Int) { val x: Int init { this.x = if (x > 0) x else 0 } }
Open in Slack
Previous
Next