Skip to content

jetbrains-academy/algo-challenges-in-kotlin

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published