Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 1.44 KB

README.md

File metadata and controls

21 lines (15 loc) · 1.44 KB

official project License: MIT

algo-challenges-in-kotlin

Prepare for your next technical interview by practicing solving algorithmic challenges in IDE using Kotlin.

Task description templates

By default, we added task.md to .gitignore. You can add the task_template.md file and write your description there.

It supports several substitution patterns that we use, see them in the table below. To generate task.md, trigger the Gradle reload event. If it ran successfully but the file wasn't created, try File -> Reload All from Disk.

Command Action Substitutes to
<%css "/util/common.css" %> Inlines provided script file contents <script>
%project_root%/util/common.css contents
</script>
<%include "solution.md" %> Includes provided file contents %current_dir%/solution.md contents

The paths can be relative to the current file location or absolute, starting from the project root directory.