Join Slack
Powered by
2) the secondary constructor - you don't need it. ...
# getting-started
v
voddan
06/04/2016, 6:09 PM
2) the secondary constructor - you don't need it. Use a default value in the primary constructor
class Guesser(val range: IntRange = 1..100)
Open in Slack
Previous
Next