File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -30,9 +30,9 @@ determine space/time complexity, and we look at code readability.
30
30
31
31
1 . Install [ IntelliJ IDEA] ( https://www.jetbrains.com/idea/ )
32
32
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
36
36
37
37
# Let's solve some challenges
38
38
You can’t perform that action at this time.
0 commit comments