6 Commits

Author SHA1 Message Date
AminBhr
5ba12125ed Update: change the solution to follow instrucion
The exercise restriction says, "Do not make the game too easy. Only adjust the difficulty if the guess is above 10."
2022-04-04 17:36:42 +03:00
AminBhr
88af2d92c4 Fix typo 2021-11-28 14:34:14 +03:00
Paul Waldmann
a3fc5396bf refactor: lucky number exercises
* guess < 0 doesn't check for definitive positivity
* n := rand.Intn(guess + 1) may pick 0, a non positive integer
* remove: redundant parentheses from the loop in 06-dynamic-difficulty
2021-01-10 19:34:48 +03:00
Inanc Gumus
ede39bfe59 update: copyright 2019-10-30 19:41:13 +03:00
Paul Waldmann
288a41adf9 fix: typo fixes 2019-02-14 15:58:36 +03:00
Inanc Gumus
ee8c621b92 add: loop for statement exercises 2018-10-30 22:38:26 +03:00