<@U1E630WH3>: One thing I haven't seen mentioned y...
# getting-started
c
@jnb: One thing I haven't seen mentioned yet, no need for the `constructor`: `constructor():this(1..100)`: Use a default parameter on the constructor instead
Guess(val range: IntRange = (1..100))