Skip to content

Commit a99af68

Browse files
authored
Update README.md
1 parent e4499e5 commit a99af68

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ determine space/time complexity, and we look at code readability.
3030

3131
1. Install [IntelliJ IDEA](https://www.jetbrains.com/idea/)
3232
2. Import project by using IntelliJ IDEA menu: `File | New | Project From Version Control | Git`
33-
3. Choose a challenge ([src\test\kotlin\com\igorwojda](src/test/kotlin/com/igorwojda) directory) and code
34-
the solution
35-
4. [Run the tests](https://github.com/igorwojda/kotlin-coding-challenges/wiki/Running-tests) to verify your solution
33+
3. Choose a challenge ([src\test\kotlin\com\igorwojda](src/test/kotlin/com/igorwojda) package) and code
34+
the solution in the `Challenge.kt` file
35+
4. [Run the tests](https://github.com/igorwojda/kotlin-coding-challenges/wiki/Running-tests) in the `Challenge.kt` file to verify provided solution
3636

3737
# Let's solve some challenges
3838

0 commit comments

Comments
 (0)