A kōan is a story, dialogue, question, or statement, which is used in Zen practice to provoke the "great doubt" and test a student's progress in Zen practice.
Complete the exercises inside the master branch. If you're stuck, you can have a look at a possible solution in the "complete" branch.
let i = 0
- go to ex
${i}
folder - work in Ex
${i}
Task.kt - test with
gradle test
if 💣 ➡️ 3
i = i + 1
if (i < 15) ➡️ 2
- 🎉
Tips: you can run your test in continuous mode with
gradle -t test