-
Notifications
You must be signed in to change notification settings - Fork 236
Adding A New Challenge
Igor Wojda edited this page Sep 15, 2022
·
1 revision
- Copy all files from challenge template folder into the new puzzle package
- Add description to
desc.md
- Rename the package in the
challenge.kt
file - Add puzzle tests in the
challenge.kt
file - And the definition of the class/function where the puzzle will be solved in the
challenge.kt
file - Rename the package in the
solution.kt
file - Add solution(s) in
solution.kt
file - Add a link for the new puzzle to README.md file
- Open PR
This subproject is used to verify project consistency and the correctness of the solution witch each PR. All tests should pass as long as you follow the template and the solution is correct.